@coralogix/browser
Version:
Official Coralogix SDK for browsers
4 lines (3 loc) • 321 B
TypeScript
import { FetchInstrumentationConfig } from '@opentelemetry/instrumentation-fetch';
import { XMLHttpRequestInstrumentationConfig } from '@opentelemetry/instrumentation-xml-http-request';
export declare const propagateTraceHeaderCorsUrls: (config: FetchInstrumentationConfig | XMLHttpRequestInstrumentationConfig) => void;