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

Mark suppressed exceptions in Sentry UI #4059

Closed
adinauer opened this issue Jan 17, 2025 · 2 comments · Fixed by #4125
Closed

Mark suppressed exceptions in Sentry UI #4059

adinauer opened this issue Jan 17, 2025 · 2 comments · Fixed by #4125
Assignees

Comments

@adinauer
Copy link
Member

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

@adinauer
Copy link
Member Author

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant