This is the backend for the RADAR REST Source Authorizer application.
To enable Sentry monitoring:
- Set a
SENTRY_DSNenvironment variable that points to the desired Sentry DSN. - (Optional) Set the
SENTRY_LOG_LEVELenvironment variable to control the minimum log level of events sent to Sentry. The default log level for Sentry isERROR. Possible values areTRACE,DEBUG,INFO,WARN, andERROR.
For further configuration of Sentry via environmental variables see here. For instance:
SENTRY_LOG_LEVEL: 'ERROR'
SENTRY_DSN: 'https://000000000000.ingest.de.sentry.io/000000000000'
SENTRY_ATTACHSTACKTRACE: true
SENTRY_STACKTRACE_APP_PACKAGES: org.radarbase.authorizer