upgrade sentry gems, enable async and disable performance analyses

This commit is contained in:
2021-08-13 19:30:34 +02:00
parent 7350e3760b
commit 1dc925ee9e
4 changed files with 27 additions and 19 deletions

View File

@@ -41,8 +41,9 @@ gem 'omniauth-rails_csrf_protection', '~> 1.0.0'
# A Ruby wrapper around Blizzard's Game Data and Profile APIs
gem 'rbattlenet', '~> 2.2.9', git: 'https://github.com/Dainii/rbattlenet'
# A gem that provides Rails integration for the Sentry error logger
gem 'sentry-rails', '~> 4.4.0'
gem 'sentry-ruby', '~> 4.4.2'
gem 'sentry-rails', '~> 4.6.5'
gem 'sentry-ruby', '~> 4.6.5'
gem 'sentry-sidekiq', '~> 4.6.5'
# Simple, efficient background processing for Ruby
gem 'sidekiq', '~> 6.2.1'
# Agnostic pagination in plain ruby