diff --git a/config/packages/sentry.yaml b/config/packages/sentry.yaml index 81657ac..ff6d855 100644 --- a/config/packages/sentry.yaml +++ b/config/packages/sentry.yaml @@ -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%" + release: 'torsearch@%app.version%' enable_logs: true traces_sample_rate: 1 profiles_sample_rate: 1