UNPKG

@embrace-io/web-sdk

Version:
17 lines 778 B
import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.js"; import "../../EmbraceInstrumentationBase/index.js"; import { UserTimingInstrumentationArgs } from "./types.js"; //#region src/instrumentations/user-timing/UserTimingInstrumentation/UserTimingInstrumentation.d.ts declare class UserTimingInstrumentation extends EmbraceInstrumentationBase { private _markObserver; private _measureObserver; private _seenEntries; private readonly _allowedEntries; constructor({ diag, perf, limitManager, allowedEntries }?: UserTimingInstrumentationArgs); onEnable(): void; onDisable(): void; private _processEntry; } //#endregion export { UserTimingInstrumentation }; //# sourceMappingURL=UserTimingInstrumentation.d.ts.map