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

Prevent the same exception from being sent to Scout multiple times #261

Merged

Conversation

asgrim
Copy link
Collaborator

@asgrim asgrim commented Mar 23, 2022

Fixes a bug where the same exception could be sent twice if an exception is not handled by the application - quite an edge case as the majority of applications would already have error handlers defined.

@asgrim asgrim self-assigned this Mar 23, 2022
@asgrim asgrim added the bug Something isn't working label Mar 23, 2022
@asgrim asgrim force-pushed the error-handling-prevent-sending-exception-multiple-times branch from 8f64267 to 4bfe254 Compare March 23, 2022 12:16
@asgrim asgrim added this to the 8.0.1 milestone Mar 23, 2022
@asgrim asgrim merged commit dd0a27c into master Mar 23, 2022
@asgrim asgrim deleted the error-handling-prevent-sending-exception-multiple-times branch March 23, 2022 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant