UNPKG

570 BTypeScriptView Raw
1interface ExtraErrorDataOptions {
2 /**
3 * The object depth up to which to capture data on error objects.
4 */
5 depth: number;
6 /**
7 * Whether to capture error causes. Defaults to true.
8 *
9 * More information: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/cause
10 */
11 captureErrorCause: boolean;
12}
13export declare const extraErrorDataIntegration: (options?: Partial<ExtraErrorDataOptions> | undefined) => import("@sentry/types").Integration;
14export {};
15//# sourceMappingURL=extraerrordata.d.ts.map
\No newline at end of file