@coralogix/browser
Version:
Official Coralogix SDK for browsers
13 lines (12 loc) • 465 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;
}