rollbar / rollbar/rollbar-java
rollbar log4j2 doesn't support suppressed exceptions
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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