UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

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