@sumologic/opentelemetry-rum
Version:
Adds OpenTelemetry tracing auto-instrumentation in the browser. Collects spans on network events and sends them to Sumo Logic.
7 lines (6 loc) • 395 B
TypeScript
import { TraceProcessor } from '../trace-processor';
export declare const TIME_TO_FIRST_XHR = "http.time_to_first_xhr";
export declare const TIME_IN_XHR_CALLS = "http.time_in_xhr_calls";
export declare const TIME_TO_LAST_XHR = "http.time_to_last_xhr";
export declare const TIME_TO_PROCESSING_END = "http.time_to_xhr_processing_end";
export declare const xhrTraceProcessor: TraceProcessor;