1 changed files with 2 additions and 3 deletions
@ -1,7 +1,6 @@ |
|||||||
Sentry.init do |config| |
Sentry.init do |config| |
||||||
config.breadcrumbs_logger = %i[active_support_logger http_logger] |
config.breadcrumbs_logger = %i[active_support_logger http_logger] |
||||||
|
config.enabled_environments = %w[production staging] |
||||||
# To activate performance monitoring, set one of these options. |
config.rails.report_rescued_exceptions = true |
||||||
# We recommend adjusting the value in production: |
|
||||||
config.traces_sample_rate = 0.5 |
config.traces_sample_rate = 0.5 |
||||||
end |
end |
||||||
|
Loading…
Reference in new issue