Skip to content

Commit 2d30fd7

Browse files
committed
Add sentry-sidekiq gem
This will get rid of the warning: ``` GovukError is not configured to track Sidekiq errors, install the sentry-sidekiq gem to track them. ``` that we’re seeing in the logs
1 parent ccd20c2 commit 2d30fd7

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ gem "puma", ">= 5.0"
2222
gem "rails", "~> 8.0.2", ">= 8.0.2.1"
2323
gem "record_tag_helper", require: false
2424
gem "rinku", require: "rails_rinku"
25+
gem "sentry-sidekiq"
2526
gem "sprockets-rails"
2627
gem "terser"
2728
gem "thruster", require: false

Gemfile.lock

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -832,12 +832,15 @@ GEM
832832
rexml (~> 3.2, >= 3.2.5)
833833
rubyzip (>= 1.2.2, < 4.0)
834834
websocket (~> 1.0)
835-
sentry-rails (5.26.0)
835+
sentry-rails (5.21.0)
836836
railties (>= 5.0)
837-
sentry-ruby (~> 5.26.0)
838-
sentry-ruby (5.26.0)
837+
sentry-ruby (~> 5.21.0)
838+
sentry-ruby (5.21.0)
839839
bigdecimal
840840
concurrent-ruby (~> 1.0, >= 1.0.2)
841+
sentry-sidekiq (5.21.0)
842+
sentry-ruby (~> 5.21.0)
843+
sidekiq (>= 3.0)
841844
sidekiq (7.3.9)
842845
base64
843846
connection_pool (>= 2.3.0)
@@ -971,6 +974,7 @@ DEPENDENCIES
971974
rinku
972975
rspec-rails
973976
rubocop-govuk
977+
sentry-sidekiq
974978
simplecov
975979
sprockets-rails
976980
terser

0 commit comments

Comments
 (0)