Skip to content

Commit 0900533

Browse files
authored
fix: missing 'SENTRY_SYSTEM_SECRET_KEY' declaration on Docker Compose block (#4087)
1 parent a9a9148 commit 0900533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ x-sentry-defaults: &sentry_defaults
6969
SENTRY_EVENT_RETENTION_DAYS:
7070
SENTRY_MAIL_HOST:
7171
SENTRY_MAX_EXTERNAL_SOURCEMAP_SIZE:
72+
SENTRY_SYSTEM_SECRET_KEY:
7273
SENTRY_STATSD_ADDR: "${STATSD_ADDR:-}"
7374
volumes:
7475
- "sentry-data:/data"

0 commit comments

Comments
 (0)