airbrake / logback

Logback integration for javabrake
MIT License
5 stars 3 forks source link

try { int i = 1/0; } catch (ArithmeticException e) { notifier.report(e); } #11

Closed russellmelvin7 closed 1 year ago

russellmelvin7 commented 2 years ago

try { int i = 1/0; } catch (ArithmeticException e) { notifier.report(e); }

sumitjoshi1989 commented 1 year ago

The above code is working in the currently released version. Have a look.