This will allow us to see correlations between bugs and specific deploys / commits.
Acceptance criteria
[ ] When we deploy the application, if that deploy introduces new errors, a link to the commit and subsequent deploys is included in the "history" section in Honeybadger
Implementation notes, if any
In the application's Capfile, add the line require 'capistrano/honeybadger'
May also need to add the honeybadger gem to the gemfile if not already present - gem 'honeybadger'
What maintenance needs to be done?
Track deployments in Honeybadger.
Level of urgency
Why is this maintenance needed?
This will allow us to see correlations between bugs and specific deploys / commits.
Acceptance criteria
Implementation notes, if any
require 'capistrano/honeybadger'
gem 'honeybadger'