Merge pull request #5894 from tchak/update-sentry

Update sentry
This commit is contained in:
Paul Chavard 2021-02-10 18:04:02 +01:00 committed by GitHub
commit 86a3ecb0be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 6 deletions

View file

@ -67,6 +67,7 @@ gem 'rqrcode'
gem 'ruby-saml-idp'
gem 'sanitize-url'
gem 'sassc-rails' # Use SCSS for stylesheets
gem 'sentry-delayed_job'
gem 'sentry-rails'
gem 'sentry-ruby'
gem 'sib-api-v3-sdk'

View file

@ -678,14 +678,16 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (2.3.0)
sentry-rails (4.1.6)
sentry-delayed_job (4.2.0)
sentry-ruby-core (~> 4.2.0)
sentry-rails (4.2.1)
rails (>= 5.0)
sentry-ruby-core (~> 4.1.2)
sentry-ruby (4.1.5)
sentry-ruby-core (~> 4.2.0)
sentry-ruby (4.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
faraday (>= 1.0)
sentry-ruby-core (= 4.1.5)
sentry-ruby-core (4.1.5)
sentry-ruby-core (= 4.2.1)
sentry-ruby-core (4.2.1)
concurrent-ruby
faraday
sexp_processor (4.15.1)
@ -897,6 +899,7 @@ DEPENDENCIES
sanitize-url
sassc-rails
scss_lint
sentry-delayed_job
sentry-rails
sentry-ruby
shoulda-matchers

View file

@ -3,5 +3,5 @@ Sentry.init do |config|
config.send_default_pii = false
config.enabled_environments = ['production']
config.breadcrumbs_logger = [:active_support_logger]
config.traces_sample_rate = 0.2
config.traces_sample_rate = 0.01
end