Replies: 1 comment
|
You can set the release value in // next.config.js
module.exports = withSentryConfig(nextConfig, {
release: 'whatever',
}); |
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.
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!
All reactions