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