From d2eaccaf93619ffaed740bdc5d34709cf648bf4a Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sat, 8 Nov 2025 18:44:00 -0600 Subject: [PATCH] test: removes sentry release config --- config/packages/sentry.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/packages/sentry.yaml b/config/packages/sentry.yaml index ec8a80a..cae21ed 100644 --- a/config/packages/sentry.yaml +++ b/config/packages/sentry.yaml @@ -4,8 +4,6 @@ when@prod: register_error_handler: true # Disables the ErrorListener, ExceptionListener and FatalErrorListener integrations of the base PHP SDK options: - release: '%app.version%' - environment: '%env(APP_ENV)%' traces_sample_rate: 1 profiles_sample_rate: 1 attach_stacktrace: true