UNPKG

@embrace-io/web-sdk

Version:
7 lines 420 B
import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.js"; import "../../EmbraceInstrumentationBase/index.js"; //#region src/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.ts type GlobalExceptionInstrumentationArgs = Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>; //#endregion export { GlobalExceptionInstrumentationArgs }; //# sourceMappingURL=types.d.ts.map