Search code examples
javaerror-handlingairbrake

Service similar to Airbrake.io for java applications?


We made our own api for airbrake.io in java. This works fine but airbrake is displaying parameters and stacktraces in some kind of Rails style. This is somewhat annoying. Anyone know of similar services made for java?

Example of how data is displayed:

Parameters

{"controller"=>"", "action"=>""}

Stacktrace

/testapp/app/models/user.rb:53:in `public'
/testapp/app/controllers/users_controller.rb:14:in `index'

Solution

  • UPDATE 2015-02-13: This service no longer exists. The GitHub account linked below is gone, as is the company website.

    Have you tried using Coalmine https://github.com/coalmine/coalmine_java Its meant to be used with the Coalmine service: https://getcoalmine.com/

    I work at Coalmine and we have been using this internally for some time now. We just open sourced the java connector this week and I would be happy to help you get started with it. You can send me an email at [email protected]