Home

Awesome

Erollbar

Build Status

Error handler that posts reports to Rollbar.com.

Usage

Erollbar will by default submit crash reports and error messages to Rollbar.com, other messages are ignored. You can easily extend it by writing your own handler which erollbar will run. How to write a handler is documented in doc/writing_a_handler.md.

Starting it without customization

erollbar:start(access_token()).

Where access_token() is a write access token to your Rollbar.com account.

Starting it with customization

You can customize Erollbar's behaviour by passing in options which are documented below.

erollbar:start(access_token(), [option()]).

The possible options are

Running the tests

$ rebar get-deps compile
$ ct_run -dir test/ -logdir logs -pa ebin -pa deps/*/ebin

License

See LICENSE.