Errbase
Common exception reporting for a variety of services
Automatically detects reporting libraries
Supports Rollbar, Airbrake, Exceptional, Honeybadger, Sentry, Raygun, Bugsnag and Appsignal
begin
# code
rescue => e
Errbase.report(e)
end
Installation
Errbase works best as a dependency.
Add this line to your gemspec:
spec.add_dependency "errbase"
TODO
- Ability to specify services
- Support for more services
Contributing
Everyone is encouraged to help improve this project. Here are a few ways you can help:
- Report bugs
- Fix bugs and submit pull requests
- Write, clarify, or fix documentation
- Suggest or add new features