fix: sentry release

This commit is contained in:
Brock H Caldwell
2025-11-05 20:41:11 -06:00
parent a3408d9852
commit f4125cc37c

View File

@@ -4,7 +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)%'
release: '%app.version%'
traces_sample_rate: 1
profiles_sample_rate: 1
attach_stacktrace: true