Skip to content

Commit

Permalink
🐎 ci: temporary disable sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Mar 13, 2024
1 parent 31a66fb commit 2d96439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vue.config.js
Expand Up @@ -28,8 +28,8 @@ const useSWC = isCI
: process.argv.includes('--no-swc-minify')
? 'compile'
: 'true'
const useSentry =
!process.argv.includes('--no-sentry') && process.env.NODE_ENV === 'production' && !!process.env.SENTRY_KEY
const useSentry = false
// !process.argv.includes('--no-sentry') && process.env.NODE_ENV === 'production' && !!process.env.SENTRY_KEY

Check failure on line 32 in vue.config.js

View workflow job for this annotation

GitHub Actions / Build

Delete `····`
process.env.VUE_APP_BUILD = require('dayjs')().format('YYMMDDHHmm')
process.env.VUE_APP_ROUTER_HASH = singleFile ? 'true' : 'false'
process.env.VUE_APP_SINGLEFILE = singleFile ? 'true' : 'false'
Expand Down

0 comments on commit 2d96439

Please sign in to comment.