fix: disable sentry traces
This commit is contained in:
@@ -5,18 +5,18 @@ when@prod:
|
|||||||
|
|
||||||
options:
|
options:
|
||||||
release: '%app.version%'
|
release: '%app.version%'
|
||||||
traces_sample_rate: 1
|
traces_sample_rate: 0
|
||||||
profiles_sample_rate: 1
|
profiles_sample_rate: 0
|
||||||
attach_stacktrace: true
|
attach_stacktrace: true
|
||||||
|
|
||||||
tracing:
|
# tracing:
|
||||||
enabled: true
|
# enabled: true
|
||||||
dbal: # DB queries
|
# dbal: # DB queries
|
||||||
enabled: true
|
# enabled: true
|
||||||
cache: # cache pools
|
# cache: # cache pools
|
||||||
enabled: true
|
# enabled: true
|
||||||
twig: # templating engine
|
# twig: # templating engine
|
||||||
enabled: true
|
# enabled: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# (Optionally) Configure the breadcrumb handler as a service (needed for the breadcrumb Monolog handler)
|
# (Optionally) Configure the breadcrumb handler as a service (needed for the breadcrumb Monolog handler)
|
||||||
|
|||||||
Reference in New Issue
Block a user