fix: disable sentry traces

This commit is contained in:
Brock H Caldwell
2025-11-08 12:39:01 -06:00
parent 50bcb4e1df
commit 83401f2a7a

View File

@@ -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)