mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30: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 */
|
/* 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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user