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 ada3a3ccaf - Show all commits

View File

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

View File

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