Grape::Bugsnag

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'

Usage

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

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