ZaiZai 1 year ago
parent
commit
55728a7cfd
2 changed files with 1 additions and 11 deletions
  1. 1 1
      public/version.json
  2. 0 10
      vite.config.js

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20231107163259"
+  "value": "20231113105212"
 }

+ 0 - 10
vite.config.js

@@ -2,7 +2,6 @@ import { defineConfig } from 'vite'
 import vue from '@vitejs/plugin-vue'
 import { resolve } from 'path'
 import config from './src/config'
-import { sentryVitePlugin } from '@sentry/vite-plugin'
 
 // https://vitejs.dev/config/
 export default defineConfig({
@@ -26,15 +25,6 @@ export default defineConfig({
     },
     plugins: [
         vue(),
-        sentryVitePlugin({
-            org: 'hongc',
-            project: 'for_client',
-            url: 'http://192.168.0.109:5501',
-            authToken: 'e621ebf80f2e12a7dd1a353b10b7a848506eb43fd268093bbc4fb0822cd5cd0c',
-            sourcemaps: {
-                filesToDeleteAfterUpload: ['dist/**/*.js.map'],
-            },
-        }),
     ],
     build: {
         sourcemap: true,