/// Exposes an application configuration section.
pub use SentryConfig;
/// Implements initialization logic for Sentry integration.
pub use SentryIntegration;
pub use ClientInitGuard as SentryGuard;
/// Implements a customized [`SentryLayer`](sentry_tracing::SentryLayer) that
/// can be integrated into the [`Subscriber`](tracing::Subscriber) for setting
/// up the [`tracing`](::tracing) crate.
/// Re-exports the `strut_shutdown` function to facilitate stand-alone usage of
/// this crate.
///
/// When using this crate without the `strut` crate itself, await on this
/// function as a last thing before completing the main application logic.
pub use strut_shutdown;