Skip to content

Releases: airbrake/log4javabrake2

Async improvements for short lived apps

02 Sep 17:50
af363d7
Compare
Choose a tag to compare

Fix: Send errors async and shutdown afterwards

In some cases the program exits before the error can be sent. This change ensures the error is sent asynchronously and shuts down the executor when the thread exits.