mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
remove sentry due to filled quote and not much use
This commit is contained in:
@@ -35,9 +35,6 @@
|
||||
"@heroicons/react": "^2.1.3",
|
||||
"@million/lint": "latest",
|
||||
"@sentry/browser": "^7.100.1",
|
||||
"@sentry/cli": "^2.28.6",
|
||||
"@sentry/react": "^7.100.1",
|
||||
"@sentry/vite-plugin": "^2.16.0",
|
||||
"@types/color": "^3.0.6",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/lodash": "^4.17.0",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user