Browse Source

Adjusts sentry configuration

pull/289/head
Stéphane Meny 3 years ago
parent
commit
c660bd145d
No known key found for this signature in database
GPG Key ID: 9D0AFEA988527923
  1. 5
      config/initializers/sentry.rb

5
config/initializers/sentry.rb

@ -1,7 +1,6 @@
Sentry.init do |config|
config.breadcrumbs_logger = %i[active_support_logger http_logger]
# To activate performance monitoring, set one of these options.
# We recommend adjusting the value in production:
config.enabled_environments = %w[production staging]
config.rails.report_rescued_exceptions = true
config.traces_sample_rate = 0.5
end

Loading…
Cancel
Save