UNPKG

@embrace-io/web-sdk

Version:
15 lines 734 B
import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.cjs"; import "../../EmbraceInstrumentationBase/index.cjs"; import { ServerTimingInstrumentationArgs } from "./types.cjs"; //#region src/instrumentations/server-timing/ServerTimingInstrumentation/ServerTimingInstrumentation.d.ts declare class ServerTimingInstrumentation extends EmbraceInstrumentationBase { private readonly _onLoad; private _performanceCollected; constructor({ diag, perf, limitManager }?: ServerTimingInstrumentationArgs); onEnable(): void; onDisable(): void; private _readServerTiming; } //#endregion export { ServerTimingInstrumentation }; //# sourceMappingURL=ServerTimingInstrumentation.d.cts.map