diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-11-10 22:32:21 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-11-11 00:19:58 +0100 |
| commit | 5750e4f4eb360ecda39b1568d903e71ae09e141f (patch) | |
| tree | 373e9e2c6a751a233289c8639d52c10efd68dd5d /docker-compose.yml | |
| parent | d0e07a0fc06a83ed45dd7c491e1475e340aa564e (diff) | |
Add support for frontend error reporting via Sentry
This change sets up Sentry to collect errors that occur at the frontend.
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index d49ac5dc..c1f5d2d5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: context: ./frontend args: OPENDC_OAUTH_CLIENT_ID: ${OPENDC_OAUTH_CLIENT_ID} + OPENDC_FRONTEND_SENTRY_DSN: ${OPENDC_FRONTEND_SENTRY_DSN} image: frontend restart: on-failure networks: |
