From ef6ed20a0b106124143a82a2da1c992a25d0ae1e Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sun, 9 Nov 2025 09:53:21 -0600 Subject: [PATCH] fix: adds sentry release --- config/packages/sentry.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/packages/sentry.yaml b/config/packages/sentry.yaml index a41d31b..56ad3bb 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: + sentry_release: "torsearch@%app_version%" enable_logs: true traces_sample_rate: 1 profiles_sample_rate: 1