Earlier quoted context omitted.
It’s likely that the failure is around Sentry’s “signal a release and upload your source code out of band to us” feature. In theory things shouldn’t break but if your CI process involves signaling a third party, it can fail from that (hopefully you can temporarily disable it or something of the sort)
Yes the CI should fail, or else you would be deploying something that can't match your errors to your source code (via the sourcemaps which is what presumably gets uploaded to sentry on the CI run).
I prefer a 98% accurate error reporting better than a 100% one I can't push to production.
Or maybe I'm not understanding well the value Sentry offers, of course.