Skip to content

Remove raw exception from unhandled exception event#1363

Merged
brockallen merged 2 commits intomainfrom
joe/unhandled-exception-event
Jul 17, 2023
Merged

Remove raw exception from unhandled exception event#1363
brockallen merged 2 commits intomainfrom
joe/unhandled-exception-event

Conversation

@josephdecock
Copy link
Copy Markdown
Member

This would fix #1362. Seems a bit heavy-handed to just completely remove the exception, but it can't be serialized anyway so I don't think we're losing much.

@josephdecock josephdecock force-pushed the joe/unhandled-exception-event branch from df621d8 to 9299ea7 Compare July 7, 2023 21:07
@josephdecock josephdecock force-pushed the joe/unhandled-exception-event branch from 9299ea7 to df67a5e Compare July 7, 2023 21:09
@brockallen brockallen added this to the 7.0 milestone Jul 17, 2023
@brockallen brockallen added bug impact/breaking The fix or change will be a breaking one labels Jul 17, 2023
@brockallen brockallen merged commit d93b61d into main Jul 17, 2023
@brockallen brockallen deleted the joe/unhandled-exception-event branch July 17, 2023 16:07
@brockallen
Copy link
Copy Markdown
Member

Given that we already capture the exception in the Details property then I think it's ok to remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

impact/breaking The fix or change will be a breaking one

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UnhandledExceptionEvent.ToString() Throws NotSupportedException

2 participants