//! This module exposes the types for the Sentry protocol in different versions.
#[cfg(feature ="with_protocol")]pubmodv7;/// The latest version of the protocol.
pubconstLATEST:u16=7;/// the always latest sentry protocol version
#[cfg(feature ="with_protocol")]pubmodlatest{pubusesuper::v7::*;}