DelayedJobBugsnag
Plugin for integration BugSnag with DelayedJob.
Installation
Add this line to your application's Gemfile:
gem 'delayed_job_bugsnag', '~> 0.0.1'
And then execute:
$ bundle
Or install it yourself as:
$ gem 'delayed_job_bugsnag'
Usage
You just need to add this gem in your Gemfile and then you will start getting emails for each exception while executing delayed jobs.
Contributing
- Fork it (
https://github.com/kuldeepaggarwal/delayed_job_bugsnag/fork
) - 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