/// Contains [ClientBuilderUreqSessionSync](crate::session::ureq::builder::blocking::ClientBuilderUreqSessionSync),
/// which is used in the final step of creating a Ureq blocking client for use
/// with the BugSnag sessions API.
///
/// ```
/// pub use lemon_bugsnag_rs::session::ureq::builder::blocking::{
/// ClientBuilderUreqSessionSync
/// };
/// ```