Errbase

A common exception reporting library for a variety of services.

Libraries are automatically detected. Supports:

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: