Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0048423a46 | ||
|
|
2468e4d5b6 |
@@ -3,6 +3,11 @@ when@prod:
|
|||||||
register_error_listener: true # Disables the ErrorListener to avoid duplicated log in sentry
|
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
|
register_error_handler: true # Disables the ErrorListener, ExceptionListener and FatalErrorListener integrations of the base PHP SDK
|
||||||
|
|
||||||
|
options:
|
||||||
|
traces_sample_rate: 1
|
||||||
|
profiles_sample_rate: 1
|
||||||
|
attach_stacktrace: true
|
||||||
|
|
||||||
tracing:
|
tracing:
|
||||||
enabled: true
|
enabled: true
|
||||||
dbal: # DB queries
|
dbal: # DB queries
|
||||||
|
|||||||
Reference in New Issue
Block a user