UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

12 lines (11 loc) 470 B
import { XMLHttpRequestInstrumentation, XMLHttpRequestInstrumentationConfig } from '@opentelemetry/instrumentation-xml-http-request'; export declare enum XHRSource { XHR = "xhr" } export declare class CoralogixXhrInstrumentation extends XMLHttpRequestInstrumentation { private networkDataManager; private headersManager; constructor(config: XMLHttpRequestInstrumentationConfig); private setNetworkSpanAttributes; private setResponseAttributes; }