@sentry/browser
Version:
Official Sentry SDK for browsers
13 lines • 490 B
TypeScript
interface BrowserApiErrorsOptions {
setTimeout: boolean;
setInterval: boolean;
requestAnimationFrame: boolean;
XMLHttpRequest: boolean;
eventTarget: boolean | string[];
}
/**
* Wrap timer functions and event targets to catch errors and provide better meta data.
*/
export declare const browserApiErrorsIntegration: (options?: Partial<BrowserApiErrorsOptions> | undefined) => import("@sentry/core").Integration;
export {};
//# sourceMappingURL=browserapierrors.d.ts.map