Merge pull request #5890 from tchak/sentry-tracing

Add sentry traces (20% for now)
This commit is contained in:
Paul Chavard 2021-02-10 16:22:50 +01:00 committed by GitHub
commit eba645976d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +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.2
end