UNPKG

@embrace-io/web-sdk

Version:
9 lines 307 B
import { EmbraceInstrumentationBase } from '../../instrumentations/index.js'; export declare class FakeInstrumentation extends EmbraceInstrumentationBase { private _enabled; constructor(); disable(): void; enable(): void; emit(): void; } //# sourceMappingURL=FakeInstrumentation.d.ts.map