From 0048423a46f9ddaa8ce61bdb0b3b8b420d4c6e24 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 5 Nov 2025 14:13:14 -0600 Subject: [PATCH] fix: sets tracing sample to 1 --- config/packages/sentry.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/packages/sentry.yaml b/config/packages/sentry.yaml index 12c8d8f..cae21ed 100644 --- a/config/packages/sentry.yaml +++ b/config/packages/sentry.yaml @@ -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: