RADAR-base / radar-output-restructure

Reads avro files in HDFS and outputs json or csv per topic per user in local file system
Apache License 2.0
1 stars 0 forks source link

Add support for Sentry monitoring #559

Open pvannierop opened 1 month ago

pvannierop commented 1 month ago

Description: This PR will add option to monitor the application with Sentry. Sentry monitoring will be enabled by the following:

  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 WARN. Possible values are TRACE, DEBUG, INFO, WARN, and ERROR.

The docs were updated with these instructions.