Upgrade Sentry gem to 4.4.0
Changelog: changed Issue: https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/849 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/62387
Showing
... | ... | @@ -305,7 +305,9 @@ gem 'gitlab-license', '~> 1.5' |
gem 'rack-attack', '~> 6.3.0' | ||
# Sentry integration | ||
gem 'sentry-raven', '~> 3.1' | ||
gem 'sentry-ruby', '~> 4.4.0' | ||
gem 'sentry-sidekiq', '~> 4.4.0' | ||
gem 'sentry-rails', '~> 4.4.0' | ||
# PostgreSQL query parsing | ||
gem 'pg_query', '~> 2.0.3' | ||
... | ... |
Please register or sign in to comment