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 1d8ebf9 commit 91ecc0aCopy full SHA for 91ecc0a
packages/browser/src/tracekit.ts
@@ -275,7 +275,7 @@ TraceKit._report = (function reportModuleWrapper() {
275
var stack = TraceKit._computeStackTrace(err);
276
stack.mechanism = 'onunhandledrejection';
277
if (!stack.message) {
278
- stack.message = JSON.stringify(normalize(err))
+ stack.message = JSON.stringify(normalize(err));
279
}
280
_notifyHandlers(stack, true, err);
281
0 commit comments