Skip to main content

Module sentry_integration

Module sentry_integration 

Source
Expand description

Sentry error reporting integration.

Provides optional Sentry integration for devboy-tools. Enabled via DEVBOY_SENTRY_DSN environment variable or [sentry] config section.

§Priority

Environment variables take precedence over config file values:

  • DEVBOY_SENTRY_DSNsentry.dsn
  • DEVBOY_SENTRY_ENVIRONMENTsentry.environment
  • DEVBOY_SENTRY_SAMPLE_RATEsentry.sample_rate
  • DEVBOY_SENTRY_TRACES_SAMPLE_RATEsentry.traces_sample_rate

Functions§

init_sentry
Initialize Sentry error reporting.