feat(backend): Sentry/GlitchTip error reporting + observability deploy wiring #595

Merged
marcel merged 8 commits from feat/issue-580-sentry-backend into main 2026-05-15 15:12:07 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f15e004645 - Show all commits

View File

@@ -132,7 +132,7 @@ jobs:
docker compose \
-f docker-compose.observability.yml \
--env-file .env.staging \
up -d
up -d --wait
- name: Reload Caddy
# Apply any committed Caddyfile changes before smoke-testing the

View File

@@ -105,7 +105,7 @@ jobs:
docker compose \
-f docker-compose.observability.yml \
--env-file .env.production \
up -d
up -d --wait
- name: Reload Caddy
# See nightly.yml — same rationale and mechanism: DooD job containers