Add `sentry-sidekiq`
This commit is contained in:
parent
065e56ccf1
commit
e7222d0d5d
1
Gemfile
1
Gemfile
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue