commit
86a3ecb0be
3 changed files with 10 additions and 6 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
|
13
Gemfile.lock
13
Gemfile.lock
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue