Configuration Sentry pour hydra-dispatcher

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

View File

@ -38,6 +38,7 @@
value: 128
- name: fs.inotify.max_user_watches
value: 204800
become: true
- name: Install core packages
ansible.builtin.apt:

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 }}' \
"