Add `sentry-sidekiq`

This commit is contained in:
Karina Kwiatek 2021-12-28 18:34:15 +01:00
parent 065e56ccf1
commit e7222d0d5d
2 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,7 @@ gem 'rails_admin'
gem 'pghero'
gem "sentry-ruby"
gem "sentry-rails"
gem "sentry-sidekiq"
gem 'sidekiq', "< 6" # remove version constraint once we have redis 5

View File

@ -508,6 +508,9 @@ GEM
sentry-ruby-core (4.8.1)
concurrent-ruby
faraday
sentry-sidekiq (4.8.1)
sentry-ruby-core (~> 4.8.1)
sidekiq (>= 3.0)
shellany (0.0.1)
sidekiq (5.2.9)
connection_pool (~> 2.2, >= 2.2.2)
@ -647,6 +650,7 @@ DEPENDENCIES
sass-rails (~> 5.0)
sentry-rails
sentry-ruby
sentry-sidekiq
sidekiq (< 6)
simplecov
simplecov-cobertura