You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: