chore: skiping sentry auto release

This commit is contained in:
wonderlandpark 2021-05-07 22:45:51 +09:00
parent e18f05aba6
commit 3242b6e292

View File

@ -1,12 +1,11 @@
/* eslint-disable @typescript-eslint/no-var-requires */ /* eslint-disable @typescript-eslint/no-var-requires */
// const { withSentryConfig } = require('@sentry/nextjs')
const { withSentryConfig } = require('@sentry/nextjs') const { withSentryConfig } = require('@sentry/nextjs')
const VERSION = require('./package.json').version const VERSION = require('./package.json').version
module.exports = withSentryConfig({ module.exports = withSentryConfig({
env: { env: {
NEXT_PUBLIC_RELEASE_VERSION: VERSION NEXT_PUBLIC_RELEASE_VERSION: VERSION,
SENTRY_SKIP_AUTO_RELEASE: true
}, },
future: { future: {
webpack5: true, webpack5: true,