removed sentry (glitchtip) from vite.config.js
This commit is contained in:
@@ -5,7 +5,7 @@ import vue from '@vitejs/plugin-vue'
|
||||
import graphql from '@rollup/plugin-graphql';
|
||||
import { viteRequire } from 'vite-require'
|
||||
import svgLoader from 'vite-svg-loader'
|
||||
import { sentryVitePlugin } from "@sentry/vite-plugin";
|
||||
// import { sentryVitePlugin } from "@sentry/vite-plugin";
|
||||
import { execSync } from 'child_process'
|
||||
|
||||
require('dotenv').config();
|
||||
@@ -30,16 +30,16 @@ export default defineConfig({
|
||||
}
|
||||
}
|
||||
}), graphql(), viteRequire(), svgLoader({defaultImport: 'raw'}),
|
||||
sentryVitePlugin({
|
||||
org: "figures-libres",
|
||||
project: "atlas-atterrissage.com",
|
||||
authToken: process.env.AUTH_TOKEN,
|
||||
release: {
|
||||
// name: "ouatterrir",
|
||||
name: release
|
||||
},
|
||||
url: "https://frontlog.figli.io",
|
||||
})
|
||||
// sentryVitePlugin({
|
||||
// org: "figures-libres",
|
||||
// project: "atlas-atterrissage.com",
|
||||
// authToken: process.env.AUTH_TOKEN,
|
||||
// release: {
|
||||
// // name: "ouatterrir",
|
||||
// name: release
|
||||
// },
|
||||
// url: "https://frontlog.figli.io",
|
||||
// })
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
@@ -72,6 +72,6 @@ export default defineConfig({
|
||||
// drop: ['console', 'debugger'],
|
||||
},
|
||||
define: {
|
||||
__SENTRY_RELEASE__: JSON.stringify(release),
|
||||
// __SENTRY_RELEASE__: JSON.stringify(release),
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user