UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

12 lines (11 loc) 425 B
import { InstrumentationBase, InstrumentationConfig } from '@opentelemetry/instrumentation'; export declare class CoralogixDOMInstrumentation extends InstrumentationBase { constructor(config: InstrumentationConfig); private createDOMSpan; private visibilityChangeHandler; private registerToDOMEvents; private unregisterFromDOMEvents; protected init(): void; disable(): void; enable(): void; }