Add Sentry integration

This commit is contained in:
Maximilian Paß
2021-11-24 16:30:01 +01:00
parent 705d358027
commit 3ae83217d7
8 changed files with 183 additions and 3 deletions

View File

@ -45,3 +45,11 @@ nomad:
logger:
# Log level that is used after reading the config (INFO until then)
level: DEBUG
# Configuration of the sentry logging
sentry:
# The DSN of the sentry endpoint to use.
# If the DSN is not set, the client is effectively disabled.
dsn: https://example.io
# The environment to be sent with events.
# environment: staging