Introduce SENTRY_SKIP_AUTO_RELEASE
#4766
SPodjasek
started this conversation in
Features / New SDKs (Integrations) / Ideas
Replies: 1 comment
-
Hi @SPodjasek, there is a cleaner solution to this. You can use Check the example here: https://github.com/getsentry/sentry-javascript/blob/7.x/packages/nextjs/test/integration/next.config.js#L9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking for some method to disable Sentry to register a new release on
next build
during a test run in GitHub actions but found none. The only solution in that manner I've found is ingetsentry/sentry-cordova
repository - they skip release registration whenSENTRY_SKIP_AUTO_RELEASE
environment variable is set.Is it possible to implement this feature also in this repository (especially in @sentry/nextjs)?
Cordova implementation can be found here.
Beta Was this translation helpful? Give feedback.
All reactions