1 changed files with 2 additions and 3 deletions
@ -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…
Reference in new issue