chore: Plugin_daemon Service Add Sentry configuration (#24516)

Co-authored-by: Hwting <wang.t.nice@gmail.com>
This commit is contained in:
Hwting
2025-08-28 09:56:11 +08:00
committed by GitHub
parent 4adf85d7d4
commit 56c51f0112
3 changed files with 12 additions and 0 deletions

View File

@@ -212,6 +212,8 @@ services:
VOLCENGINE_TOS_ACCESS_KEY: ${PLUGIN_VOLCENGINE_TOS_ACCESS_KEY:-}
VOLCENGINE_TOS_SECRET_KEY: ${PLUGIN_VOLCENGINE_TOS_SECRET_KEY:-}
VOLCENGINE_TOS_REGION: ${PLUGIN_VOLCENGINE_TOS_REGION:-}
SENTRY_ENABLED: ${PLUGIN_SENTRY_ENABLED:-false}
SENTRY_DSN: ${PLUGIN_SENTRY_DSN:-}
ports:
- "${EXPOSE_PLUGIN_DEBUGGING_PORT:-5003}:${PLUGIN_DEBUGGING_PORT:-5003}"
volumes: