Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tracking down introduction of bugs in Rails apps easier #2548

Open
1 of 4 tasks
maxkadel opened this issue Nov 11, 2024 · 0 comments
Open
1 of 4 tasks

Make tracking down introduction of bugs in Rails apps easier #2548

maxkadel opened this issue Nov 11, 2024 · 0 comments
Labels
maintenance Ticket related to maintenance that needs to be done

Comments

@maxkadel
Copy link
Contributor

What maintenance needs to be done?

Track deployments in Honeybadger.

Level of urgency

  • High
  • Moderate
  • Low

Why is this maintenance needed?

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

image

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'
@maxkadel maxkadel added the maintenance Ticket related to maintenance that needs to be done label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Ticket related to maintenance that needs to be done
Projects
None yet
Development

No branches or pull requests

1 participant