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

Support for Suppressed Exceptions #1970

Open
AlexanderGH opened this issue Feb 1, 2024 · 1 comment
Open

Support for Suppressed Exceptions #1970

AlexanderGH opened this issue Feb 1, 2024 · 1 comment
Labels
backlog We hope to fix this feature/bug in the future feature request Request for a new feature

Comments

@AlexanderGH
Copy link

Describe the bug

Java Throwables support adding suppressed exceptions via Throwable.addSuppressed. These suppressed exceptions are not shown (and likely not uploaded) in the bugsnag UI.

Steps to reproduce

Throw an exception like this to crash the app:

throw Throwable("A").apply {
  addSuppressed(Throwable("B"))
}

The B throwable should be uploaded and shown in the bugsnag UI, but it is not.

Environment

  • Bugsnag version: 5.28.2
@clr182 clr182 added feature request Request for a new feature backlog We hope to fix this feature/bug in the future labels Feb 8, 2024
@clr182
Copy link

clr182 commented Feb 8, 2024

Hi @AlexanderGH

Thanks for reaching out.

We do have an item on our backlog aimed at adding support for reporting suppressed exceptions. Once we have more information to share we will be sure to update this thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog We hope to fix this feature/bug in the future feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants