Macro sentry::sentry_crate_release [] [src]

macro_rules! sentry_crate_release {
    () => { ... };
}

Returns the intended release for Sentry as an Option<Cow<'static, str>>.

This can be used with ClientOptions to set the release name. It uses the information supplied by cargo to calculate a release.