sentry-cli
sentry-cli copied to clipboard
Validate release strings locally
Releases used with sourcemaps upload need to match the ^[^/]+$ regex (i.e. must contain one or more non / characters). This validation is enforced on the server-side, but we should also enforce it in Sentry CLI.
For further context, please reference https://github.com/getsentry/sentry-cli/issues/2385#issuecomment-2663159341