Skip to content

Commit 234b803

Browse files
committed
avoid test
1 parent 387d3a7 commit 234b803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/worldwide.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface InternalGlobal {
2929
__SENTRY_LOADER__?: true;
3030
};
3131
onunhandledrejection?: {
32-
(event: PromiseRejectionEvent): boolean;
32+
(event: unknown): boolean;
3333
__SENTRY_INSTRUMENTED__?: true;
3434
__SENTRY_LOADER__?: true;
3535
};

0 commit comments

Comments
 (0)