Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert deletion as it wasn't 100% identical
  • Loading branch information
Lms24 committed Dec 11, 2024
commit 47b78c7dc41493339b09a34ee8d2346bd7064ec9
3 changes: 3 additions & 0 deletions packages/browser/src/eventbuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ export function eventFromUnknownInput(
// So bail out and capture it as a simple message:
event = eventFromString(stackParser, exception as string, syntheticException, attachStacktrace);
addExceptionTypeValue(event, `${exception}`, undefined);
addExceptionMechanism(event, {
synthetic: true,
});

return event;
}
Expand Down
Loading