Add sentry traces (20% for now)
This commit is contained in:
parent
48bc15a932
commit
eac967f84e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue