fix: sets tracing sample to 1

This commit is contained in:
Brock H Caldwell
2025-11-05 14:13:14 -06:00
parent 2468e4d5b6
commit 0048423a46

View File

@@ -4,8 +4,8 @@ when@prod:
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
traces_sample_rate: 1
profiles_sample_rate: 1
attach_stacktrace: true
tracing: