From a3408d9852d953542fb830b095041514b957ac4b Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 5 Nov 2025 20:31:43 -0600 Subject: [PATCH] fix: include release with sentry --- config/packages/sentry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/sentry.yaml b/config/packages/sentry.yaml index cae21ed..e4220a7 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: + release: '%env(APP_VERSION)%' traces_sample_rate: 1 profiles_sample_rate: 1 attach_stacktrace: true