Compare commits

..

2 Commits

Author SHA1 Message Date
Marcel
5ee59ae9f7 fix(backend): make sentry traces-sample-rate env-configurable
Some checks failed
CI / Unit & Component Tests (pull_request) Has been cancelled
CI / OCR Service Tests (pull_request) Has been cancelled
CI / Backend Unit Tests (pull_request) Has been cancelled
CI / fail2ban Regex (pull_request) Has been cancelled
CI / Compose Bucket Idempotency (pull_request) Has been cancelled
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 08:15:40 +02:00
Marcel
4f008c8fe2 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>
2026-05-15 08:11:10 +02:00

View File

@@ -23,8 +23,6 @@ otel:
# Disable trace export in tests — prevents OTLP connection attempts when no Tempo is running.
# Sampling probability 0.0 means no spans are created, so no export is attempted.
management:
server:
port: 0 # random port per context — prevents TIME_WAIT conflicts when @DirtiesContext restarts the context
tracing:
sampling:
probability: 0.0