Closed
Description
On every PR in our codebase we run next build
in CI to verify that the build process is not affected by the PR.
We're recently upgraded to the new @sentry/nextjs
package and wonder how to disable releasing the temporary CI builds to Sentry.
We've also had hard time running the build in CI mode as we had to provide SENTRY_AUTH_TOKEN
for the build to succeed.
At the moment I don't see clear procedure of disabling the releases, please guide me if such exists.
(Adding it as issue as discussions are not enabled for this repo)