Stéphane Meny
3 years ago
2 changed files with 2 additions and 5 deletions
@ -1,5 +1,5 @@ |
|||||||
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] |
config.enabled_environments = %w[production staging] |
||||||
config.traces_sample_rate = 1 |
config.traces_sample_rate = 0.2 |
||||||
end |
end |
||||||
|
Loading…
Reference in new issue