diff --git a/next.config.js b/next.config.js index ec4d7bf..7583649 100644 --- a/next.config.js +++ b/next.config.js @@ -1,12 +1,11 @@ /* eslint-disable @typescript-eslint/no-var-requires */ -// const { withSentryConfig } = require('@sentry/nextjs') - const { withSentryConfig } = require('@sentry/nextjs') const VERSION = require('./package.json').version module.exports = withSentryConfig({ env: { - NEXT_PUBLIC_RELEASE_VERSION: VERSION + NEXT_PUBLIC_RELEASE_VERSION: VERSION, + SENTRY_SKIP_AUTO_RELEASE: true }, future: { webpack5: true,