Description: This PR will add option to monitor the application with Sentry. Sentry monitoring will be enabled by the following:
Set a SENTRY_DSN environment variable that points to the desired Sentry DSN.
(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 WARN. Possible values are TRACE, DEBUG, INFO, WARN, and ERROR.
Description: This PR will add option to monitor the application with Sentry. Sentry monitoring will be enabled by the following:
SENTRY_DSN
environment variable that points to the desired Sentry DSN.SENTRY_LOG_LEVEL
environment variable to control the minimum log level of events sent to Sentry. The default log level for Sentry isWARN
. Possible values areTRACE
,DEBUG
,INFO
,WARN
, andERROR
.The docs were updated with these instructions.