//! This module exposes the types for the Sentry protocol in different versions.
#[cfg(feature ="protocol")]pubmodv7;/// The latest version of the protocol.
pubconstLATEST:u16=7;#[cfg(feature ="protocol")]pubuse v7 as latest;modattachment;modenvelope;modsession;