UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

9 lines (8 loc) 354 B
import { InstrumentationBase, InstrumentationConfig } from '@opentelemetry/instrumentation'; export declare class CoralogixScreenshotInstrumentation extends InstrumentationBase { constructor(config: InstrumentationConfig); protected init(): void; disable(): void; enable(): void; screenshot(id: string, description?: string): void; }