-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Mark suppressed exceptions in Sentry UI #4059
Labels
Comments
Instead of having mechanism: chained in the UI we could simply replace it with mechanism: suppressed for suppressed exceptions. |
This was referenced Jan 21, 2025
This was referenced Feb 27, 2025
This was referenced Mar 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem Statement
Currently it's hard to tell what exception was reported via
Throwable.getSuppressed
vs. it simply being in the chain of exception causes.Also see internal link
Solution Brainstorm
No response
The text was updated successfully, but these errors were encountered: