fix(deploy): wire SENTRY_DSN and enable ECS JSON logging for prod (#641) #643

Merged
marcel merged 1 commits from fix/issue-641-sentry-dsn-json-logging into main 2026-05-20 09:39:20 +02:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit e89a90ff66 - Show all commits

View File

@@ -252,6 +252,8 @@ services:
OTEL_METRICS_EXPORTER: none
MANAGEMENT_METRICS_TAGS_APPLICATION: Familienarchiv
MANAGEMENT_TRACING_SAMPLING_PROBABILITY: ${MANAGEMENT_TRACING_SAMPLING_PROBABILITY:-0.1}
SENTRY_DSN: ${SENTRY_DSN:-}
LOGGING_STRUCTURED_FORMAT_CONSOLE: ecs
networks:
- archiv-net
healthcheck:

View File

@@ -196,7 +196,7 @@
},
"targets": [
{
"expr": "{job=\"$app\"} |= \"$search\" | logfmt",
"expr": "{job=\"$app\"} |= \"$search\" | json",
"hide": false,
"legendFormat": "",
"refId": "A"