UNPKG

490 BTypeScriptView Raw
1interface BrowserApiErrorsOptions {
2 setTimeout: boolean;
3 setInterval: boolean;
4 requestAnimationFrame: boolean;
5 XMLHttpRequest: boolean;
6 eventTarget: boolean | string[];
7}
8/**
9 * Wrap timer functions and event targets to catch errors and provide better meta data.
10 */
11export declare const browserApiErrorsIntegration: (options?: Partial<BrowserApiErrorsOptions> | undefined) => import("@sentry/core").Integration;
12export {};
13//# sourceMappingURL=browserapierrors.d.ts.map
\No newline at end of file