rollbar-java icon indicating copy to clipboard operation
rollbar-java copied to clipboard

rollbar log4j2 doesn't support suppressed exceptions

Open lyogev opened this issue 5 years ago • 0 comments

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()

lyogev avatar Dec 31 '20 07:12 lyogev