remove sentry due to filled quote and not much use

This commit is contained in:
Crazypersonalph
2024-05-19 22:50:00 +08:00
parent da7465594e
commit 60a907a32c
2 changed files with 0 additions and 14 deletions
-11
View File
@@ -3,7 +3,6 @@ import { crx } from '@crxjs/vite-plugin'
import million from "million/compiler"
import manifest from './manifest.json'
import react from '@vitejs/plugin-react-swc'
import { sentryVitePlugin } from "@sentry/vite-plugin";
import { join } from 'path'
export default defineConfig({
@@ -16,16 +15,6 @@ export default defineConfig({
}
}),
crx({ manifest }),
sentryVitePlugin({
org: process.env.SENTRY_ORG,
project: 'betterseqtaplus-main',
authToken: process.env.SENTRY_AUTH_TOKEN,
}),
sentryVitePlugin({
org: process.env.SENTRY_ORG,
project: 'betterseqtaplus-popup',
authToken: process.env.SENTRY_AUTH_TOKEN,
}),
],
server: {
port: 5173,