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.
mechanism.type
1 parent 1d59d8a commit 9c87028Copy full SHA for 9c87028
packages/browser/src/integrations/globalhandlers.ts
@@ -72,7 +72,7 @@ function _installGlobalOnErrorHandler(client: Client): void {
72
originalException: error,
73
mechanism: {
74
handled: false,
75
- type: 'onerror',
+ type: 'auto.browser.global_handlers.onerror',
76
},
77
});
78
@@ -98,7 +98,7 @@ function _installGlobalOnUnhandledRejectionHandler(client: Client): void {
98
99
100
101
- type: 'onunhandledrejection',
+ type: 'auto.browser.global_handlers.onunhandledrejection',
102
103
104
0 commit comments