@embrace-io/web-sdk
Version:
14 lines • 733 B
text/typescript
import { EmbraceInstrumentationBase } from "../../EmbraceInstrumentationBase/EmbraceInstrumentationBase.cjs";
import "../../EmbraceInstrumentationBase/index.cjs";
import { GlobalExceptionInstrumentationArgs } from "./types.cjs";
//#region src/instrumentations/exceptions/GlobalExceptionInstrumentation/GlobalExceptionInstrumentation.d.ts
declare class GlobalExceptionInstrumentation extends EmbraceInstrumentationBase {
private readonly _onErrorHandler;
private readonly _onUnhandledRejectionHandler;
constructor({ diag, perf }?: GlobalExceptionInstrumentationArgs);
onDisable(): void;
onEnable(): void;
}
//#endregion
export { GlobalExceptionInstrumentation };
//# sourceMappingURL=GlobalExceptionInstrumentation.d.cts.map