Skip to content

blackxored/grape-bugsnag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grape::Bugsnag

Gem Version Build Status Coverage Status Dependency Status Code Climate

This Grape extension enhances default error middleware to notify of exceptions through Bugsnag before responding.

Installation

Add this line to your application's Gemfile:

gem 'grape-bugsnag'

Requirements

  • Ruby >= 2.0

Usage

Just works! ;) Make sure to have your Bugsnag credentials specified elsewhere in your Rails/Sinatra/Rack app.

TODO

  • Allow more fine-grained control of which exceptions get notified.

Contributing

  1. Fork it ( http://github.com//grape-bugsnag/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Grape extension to notify API errors to Bugsnag

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages