fix(Sentry): uses correct version parameter

This commit is contained in:
Brock H Caldwell
2025-11-09 10:00:46 -06:00
parent ef6ed20a0b
commit 9c8e625316

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:
sentry_release: "torsearch@%app_version%"
sentry_release: "torsearch@%app.version%"
enable_logs: true
traces_sample_rate: 1
profiles_sample_rate: 1