pub static SENTRY_DSN: LazyLock<Arc<RwLock<String>>>Expand description
Sentry DSN (Data Source Name) for error reporting.
This must be set before calling Logger::init() for Sentry integration to work.
The DSN is provided by Sentry when creating a project.