We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af2dd4 commit 273a335Copy full SHA for 273a335
packages/utils/src/worldwide.ts
@@ -29,7 +29,7 @@ export interface InternalGlobal {
29
__SENTRY_LOADER__?: true;
30
};
31
onunhandledrejection?: {
32
- (event: PromiseRejectionEvent): boolean;
+ (event: unknown): boolean;
33
__SENTRY_INSTRUMENTED__?: true;
34
35
0 commit comments