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) 186 B
import { ContextManager } from '@opentelemetry/api'; export declare const patchObservers: (contextManager: ContextManager) => void; export declare const unpatchObservers: () => void;