feat(backend): add sentry-spring-boot-starter-jakarta for GlitchTip error reporting
Some checks failed
CI / Unit & Component Tests (pull_request) Successful in 6m9s
CI / OCR Service Tests (pull_request) Successful in 42s
CI / Backend Unit Tests (pull_request) Failing after 7m17s
CI / fail2ban Regex (pull_request) Successful in 2m21s
CI / Compose Bucket Idempotency (pull_request) Successful in 2m7s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-15 08:11:10 +02:00
parent d2ad623bb8
commit 4f008c8fe2
3 changed files with 17 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ services:
SPRING_MAIL_PROPERTIES_MAIL_SMTP_STARTTLS_ENABLE: ${MAIL_STARTTLS_ENABLE:-false}
APP_OCR_BASE_URL: http://ocr-service:8000
APP_OCR_TRAINING_TOKEN: "${OCR_TRAINING_TOKEN:-}"
SENTRY_DSN: ${SENTRY_DSN:-}
# Observability: send traces to Tempo inside archiv-net (OTLP gRPC port 4317)
# Tempo is defined in docker-compose.observability.yml (future issue).
# OTLP failures are non-fatal — backend starts cleanly without the observability stack.