Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.
/ errbase Public archive

Common exception reporting for a variety of services

License

Notifications You must be signed in to change notification settings

ankane/errbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Errbase

Errbase has been merged into Safely - use that instead.


Common exception reporting for a variety of services

Libraries are automatically detected. Supports:

begin
  # code
rescue => e
  Errbase.report(e)
end

You can add extra context with:

Errbase.report(e, {username: "hello"})

Context is not supported for Google Stackdriver

Build Status

Installation

Errbase is designed to be used as a dependency.

Add this line to your gemspec:

spec.add_dependency "errbase"

Contributing

Everyone is encouraged to help improve this project. Here are a few ways you can help:

To get started with development:

git clone https://github.com/ankane/errbase.git
cd errbase
bundle install
bundle exec rake test

About

Common exception reporting for a variety of services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages