From 3242b6e292594dae6f484d9f11caa639efbfe8fa Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Fri, 7 May 2021 22:45:51 +0900 Subject: [PATCH] chore: skiping sentry auto release --- next.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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,