rollbar / rollbar/rollbar-java

rollbar log4j2 doesn't support suppressed exceptions

Open
#245 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
78
Forks
74
PR merge metrics
No merged PRs in 30d

Description

In some cases the actual exception is hiding in the suppressed exception section. rollbar log4j2 is not sending this.
We need to append the following as well:
throwableProxy.getSuppressedProxies()

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the log4j2 handling of throwableProxy and inspect how getSuppressedProxies() is currently handled. Include the suppressed exception proxies in the reported exception data, then verify that suppressed exceptions are sent along with the main exception.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
observability
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.