pub const RELEASE_NAME: &str = "studio-worker@0.4.7";Expand description
Sentry release identifier in the <pkg>@<version> form expected by
Sentry’s organisation-wide Releases feature. Bare version strings
collide across projects in the same org, so we namespace with the
crate name. Matches what sentry::release_name!() would expand to.