Errbase
A common exception reporting library for a variety of services.
Libraries are automatically detected. Supports:
- Airbrake
- Appsignal
- Bugsnag
- Exceptional
- Exception Notification
- Google Stackdriver
- Honeybadger
- Opbeat
- Raygun
- Rollbar
- Sentry
begin
# code
rescue => e
Errbase.report(e)
end
Installation
Errbase is designed to be used 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