UNPKG

371 BTypeScriptView Raw
1type GlobalHandlersIntegrationsOptionKeys = 'onerror' | 'onunhandledrejection';
2type GlobalHandlersIntegrations = Record<GlobalHandlersIntegrationsOptionKeys, boolean>;
3export declare const globalHandlersIntegration: (options?: Partial<GlobalHandlersIntegrations> | undefined) => import("@sentry/core").Integration;
4export {};
5//# sourceMappingURL=globalhandlers.d.ts.map
\No newline at end of file