UNPKG

@embrace-io/web-sdk

Version:
7 lines 551 B
import { DefaultInstrumentationConfig, SetupDefaultInstrumentationsArgs } from "./types.js"; import { Instrumentation } from "@opentelemetry/instrumentation"; //#region src/sdk/setupDefaultInstrumentations.d.ts declare const setupDefaultInstrumentations: (config: DefaultInstrumentationConfig | undefined, { logManager, userSessionManager, pageManager, limitManager, signalBuffer }: SetupDefaultInstrumentationsArgs) => Instrumentation[]; //#endregion export { setupDefaultInstrumentations }; //# sourceMappingURL=setupDefaultInstrumentations.d.ts.map