Sha256: c44e86dc0a3ea5d0d14cf208d0449f2d4a8503741a2a8ada5c2035fae2bad755
Contents?: true
Size: 980 Bytes
Versions: 1
Compression:
Stored size: 980 Bytes
Contents
# Errbase Common exception reporting for a variety of services Automatically detects reporting libraries Supports [Rollbar](https://rollbar.com/), [Airbrake](https://airbrake.io/), [Exceptional](http://www.exceptional.io/), [Honeybadger](https://www.honeybadger.io/), [Sentry](https://getsentry.com/), [Raygun](https://raygun.io/), [Bugsnag](https://bugsnag.com/) and [Appsignal](https://appsignal.com/) ```ruby begin # code rescue => e Errbase.report(e) end ``` ## Installation Errbase works best as a dependency. Add this line to your gemspec: ```ruby 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](https://github.com/ankane/errbase/issues) - Fix bugs and [submit pull requests](https://github.com/ankane/errbase/pulls) - Write, clarify, or fix documentation - Suggest or add new features
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
errbase-0.0.2 | README.md |