You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Java Throwables support adding suppressed exceptions via Throwable.addSuppressed. These suppressed exceptions are not shown (and likely not uploaded) in the bugsnag UI.
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.
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:
The B throwable should be uploaded and shown in the bugsnag UI, but it is not.
Environment
The text was updated successfully, but these errors were encountered: