Spree Honeybadger
Integrates spree with the Honeybadger Exception Notifier for Ruby and Rails. This gem adds current user and order as context in exceptions, and filters out creditcard numbers and CCV.
Installation
Add this line to your application's Gemfile:
gem 'spree_honeybadger'
If you haven't already, perform the installation steps for the honeybadger gem
$ rails generate honeybadger --api-key <Your Api Key>
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request