UNPKG

@embrace-io/web-sdk

Version:
18 lines 795 B
import { PerformanceManager } from "../../utils/PerformanceManager/types.js"; import "../../utils/index.js"; import { LimitManagerInternal } from "../../managers/EmbraceLimitManager/types.js"; import "../../managers/index.js"; import { DiagLogger } from "@opentelemetry/api"; import { InstrumentationConfig } from "@opentelemetry/instrumentation"; //#region src/instrumentations/EmbraceInstrumentationBase/types.d.ts interface EmbraceInstrumentationBaseArgs<ConfigType extends InstrumentationConfig = InstrumentationConfig> { instrumentationName: string; instrumentationVersion: string; config: ConfigType; diag?: DiagLogger; perf?: PerformanceManager; limitManager?: LimitManagerInternal; } //#endregion export { EmbraceInstrumentationBaseArgs }; //# sourceMappingURL=types.d.ts.map