Skip to content

Commit

Permalink
Merge pull request #794 from alphagov/sentry-sidekiq
Browse files Browse the repository at this point in the history
Add sentry-sidekiq to track Sidekiq errors
  • Loading branch information
AgaDufrat authored Jun 29, 2023
2 parents 654faed + 3b97530 commit 5a9247f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ gem "mail-notify"
gem "mlanett-redis-lock"
gem "pg"
gem "plek"
gem "sentry-sidekiq"
gem "user_agent_parser"
gem "whenever", require: false

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,9 @@ GEM
sentry-ruby (~> 5.9.0)
sentry-ruby (5.9.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
sentry-sidekiq (5.9.0)
sentry-ruby (~> 5.9.0)
sidekiq (>= 3.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.5)
Expand Down Expand Up @@ -469,6 +472,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-rails
rubocop-govuk
sentry-sidekiq
shoulda-matchers
simplecov
spring
Expand Down

0 comments on commit 5a9247f

Please sign in to comment.