Configuration Sentry pour hydra-dispatcher

This commit is contained in:
2022-08-16 16:38:36 +02:00
parent e39bd95f1b
commit 762c2559b3
2 changed files with 3 additions and 0 deletions

View File

@ -19,4 +19,6 @@ PODMAN_ARGS="\
-e 'APP_LOCALES={{ hydra_dispatcher_available_locales | join(',') }}' \
-e 'HYDRA_ADMIN_AUTHORIZED_HOSTS={{ hydra_dispatcher_admin_authorized_hosts | join(',') }}' \
-e 'TRUSTED_PROXIES=127.0.0.1,10.0.2.0/24' \
-e 'SENTRY_DSN={{ hydra_dispatcher_sentry_dsn }}' \
-e 'SENTRY_ENVIRONMENT={{ hydra_dispatcher_sentry_environment }}' \
"