Replies: 1 comment
-
You can set the release value in // next.config.js
module.exports = withSentryConfig(nextConfig, {
release: 'whatever',
}); |
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
-
Hi,
If I don't manually set the SENTRY_RELEASE environment variable, then I get the following error when I'm building:
Is there a way of setting the release automatically? I am not using the github repository.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions