pub fn init() -> Result<()>Expand description
Initialize global options using fallback chain: SENTRY_OPTIONS_DIR env var,
then /etc/sentry-options if it exists, otherwise sentry-options/.
Idempotent: if already initialized, returns Ok(()) without re-loading.