@coralogix/browser
Version:
Official Coralogix SDK for browsers
14 lines (13 loc) • 486 B
TypeScript
import { FetchInstrumentation, FetchInstrumentationConfig } from '@opentelemetry/instrumentation-fetch';
export declare enum FetchSource {
FETCH = "fetch"
}
export declare class CoralogixFetchInstrumentation extends FetchInstrumentation {
private networkDataManager;
private headersManager;
constructor(config: FetchInstrumentationConfig);
private setNetworkSpanAttributes;
private setRequestAttributes;
private setResponseAttributes;
disable(): void;
}