4 ms·
We've been using Airbrake also, have been experiencing quite some issues with exceptions not showing up and slowness of the web ui. I've been using Sentry [1]
by PascalW 13y ago
We've been using Airbrake also, have been experiencing quite some issues with exceptions not showing up and slowness of the web ui.
I've been using Sentry [1] lately and it has been excellent.
Only issue has been that using SSL from Java was quite troublesome as their certificate is not supported by the JVM by default [2].
[1] http://getsentry.com http://getsentry.com
[2] https://github.com/getsentry/sentry/issues/903 https://github.com/getsentry/sentry/issues/903
Edit:
Rollbar looks interesting. Too bad they don't have an API for Java.
- mrgordon 13y agoI have used the Rollbar Clojure client library and I found it to be adequate FWIW