misc: add support for sentry logging

This commit is contained in:
Paul Tiedtke
2021-04-16 20:34:33 +02:00
committed by GitHub
parent 3d93f2b37a
commit 8d2a29f286
9 changed files with 45 additions and 14 deletions

View File

@@ -376,3 +376,15 @@ RESTART_POLICY=unless-stopped
# Authenticate using external service or just focus external auth window if there is one already.
# TOKEN_AUTH_URL=https://auth.meet.example.com/{room}
# Sentry Error Tracking
# Sentry Data Source Name (Endpoint for Sentry project)
#JVB_SENTRY_DSN=https://public:private@host:port/1
#JICOFO_SENTRY_DSN=https://public:private@host:port/1
#JIGASI_SENTRY_DSN=https://public:private@host:port/1
# Optional environment info to filter events
#SENTRY_ENVIRONMENT=production
# Optional release info to filter events
#SENTRY_RELEASE=1.0.0