From da0eab652bd54f657ff7e8fb4725c0abfe080f86 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sat, 8 Nov 2025 23:14:30 -0600 Subject: [PATCH] test(Sentry): enables logs --- config/packages/sentry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/sentry.yaml b/config/packages/sentry.yaml index cae21ed..a41d31b 100644 --- a/config/packages/sentry.yaml +++ b/config/packages/sentry.yaml @@ -4,6 +4,7 @@ when@prod: register_error_handler: true # Disables the ErrorListener, ExceptionListener and FatalErrorListener integrations of the base PHP SDK options: + enable_logs: true traces_sample_rate: 1 profiles_sample_rate: 1 attach_stacktrace: true