Compare commits

...

1 Commits

Author SHA1 Message Date
Brock H Caldwell
2468e4d5b6 fix: adds more sentry config 2025-11-05 11:35:19 -06:00

View File

@@ -3,6 +3,11 @@ when@prod:
register_error_listener: true # Disables the ErrorListener to avoid duplicated log in sentry
register_error_handler: true # Disables the ErrorListener, ExceptionListener and FatalErrorListener integrations of the base PHP SDK
options:
traces_sample_rate: .25
profiles_sample_rate: .25
attach_stacktrace: true
tracing:
enabled: true
dbal: # DB queries