@embrace-io/web-sdk
Version:
7 lines • 423 B
text/typescript
import { EmbraceInstrumentationBaseArgs } from "../../EmbraceInstrumentationBase/types.cjs";
import "../../EmbraceInstrumentationBase/index.cjs";
//#region src/instrumentations/exceptions/GlobalExceptionInstrumentation/types.d.ts
type GlobalExceptionInstrumentationArgs = Pick<EmbraceInstrumentationBaseArgs, 'diag' | 'perf'>;
//#endregion
export { GlobalExceptionInstrumentationArgs };
//# sourceMappingURL=types.d.cts.map