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_DSN→sentry.dsnDEVBOY_SENTRY_ENVIRONMENT→sentry.environmentDEVBOY_SENTRY_SAMPLE_RATE→sentry.sample_rateDEVBOY_SENTRY_TRACES_SAMPLE_RATE→sentry.traces_sample_rate
Functions§
- init_
sentry - Initialize Sentry error reporting.