Expand description
Initialization of Sentry error reporting.
Call init_sentry during server startup before creating the Tokio runtime so it can
instrument async tasks from the start. Tracing subscriber initialization (including the
Sentry tracing layer) is handled by objectstore_log::init.
Functionsยง
- init_
sentry - Initializes the Sentry error-reporting client, if a DSN is configured.