UNPKG

@sumologic/opentelemetry-rum

Version:

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

3 lines (2 loc) 108 B
import { Span } from '@opentelemetry/sdk-trace-base'; export declare const onStart: (span: Span) => void;