Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove raw exception from unhandled exception event #1363

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

josephdecock
Copy link
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 Something isn't working breaking_change labels Jul 17, 2023
@brockallen brockallen merged commit d93b61d into main Jul 17, 2023
5 checks passed
@brockallen brockallen deleted the joe/unhandled-exception-event branch July 17, 2023 16:07
@brockallen
Copy link
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UnhandledExceptionEvent.ToString() Throws NotSupportedException
2 participants