mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: skiping sentry auto release
This commit is contained in:
parent
e18f05aba6
commit
3242b6e292
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user