Merge pull request #5906 from tchak/adjuste-sentry-sampling
Sentry : ajustement du taux d'échantillonnage des traces
This commit is contained in:
commit
7b79fb2500
1 changed files with 1 additions and 1 deletions
|
@ -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.01
|
||||
config.traces_sample_rate = 0.001
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue