UNPKG

@sumologic/opentelemetry-rum

Version:

Adds OpenTelemetry tracing auto-instrumentation in the browser. Collects spans on network events and sends them to Sumo Logic.

4 lines (3 loc) 180 B
import { ContextManager } from '@opentelemetry/api'; export declare const patchEvents: (contextManager: ContextManager) => void; export declare const unpatchEvents: () => void;