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 95ea37e commit c565329Copy full SHA for c565329
packages/browser/src/integrations/globalhandlers.ts
@@ -92,7 +92,7 @@ export class GlobalHandlers implements Integration {
92
if (self._oldOnErrorHandler) {
93
return self._oldOnErrorHandler.apply(this, arguments);
94
}
95
- return true;
+ return false;
96
97
98
const client = currentHub.getClient();
@@ -121,7 +121,7 @@ export class GlobalHandlers implements Integration {
121
122
123
124
125
};
126
127
this._onErrorHandlerInstalled = true;
0 commit comments