Skip to content

Commit 47b78c7

Browse files
committed
revert deletion as it wasn't 100% identical
1 parent f01acc8 commit 47b78c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/browser/src/eventbuilder.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,9 @@ export function eventFromUnknownInput(
325325
// So bail out and capture it as a simple message:
326326
event = eventFromString(stackParser, exception as string, syntheticException, attachStacktrace);
327327
addExceptionTypeValue(event, `${exception}`, undefined);
328+
addExceptionMechanism(event, {
329+
synthetic: true,
330+
});
328331

329332
return event;
330333
}

0 commit comments

Comments
 (0)