Sometimes, checking out repository in a job that creates Sentry release is undesirable. Troubleshooting guide misguides users into thinking that checking out is unavoidable, where in reality, setting SENTRY_RELEASE environment variable is a viable alternative, according to the source code:
Sometimes, checking out repository in a job that creates Sentry release is undesirable. Troubleshooting guide misguides users into thinking that checking out is unavoidable, where in reality, setting
SENTRY_RELEASE
environment variable is a viable alternative, according to the source code:https://github.com/getsentry/sentry-cli/blame/master/src/utils/releases.rs#L89