fix: adds more sentry config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user