Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 851 Bytes

File metadata and controls

19 lines (14 loc) · 851 Bytes

RADAR-REST-Source-Auth backend

This is the backend for the RADAR REST Source Authorizer application.

Sentry monitoring

To enable Sentry monitoring:

  1. Set a SENTRY_DSN environment variable that points to the desired Sentry DSN.
  2. (Optional) Set the SENTRY_LOG_LEVEL environment variable to control the minimum log level of events sent to Sentry. The default log level for Sentry is ERROR. Possible values are TRACE, DEBUG, INFO, WARN, and ERROR.

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