mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +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",
|
"@heroicons/react": "^2.1.3",
|
||||||
"@million/lint": "latest",
|
"@million/lint": "latest",
|
||||||
"@sentry/browser": "^7.100.1",
|
"@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/color": "^3.0.6",
|
||||||
"@types/dompurify": "^3.0.5",
|
"@types/dompurify": "^3.0.5",
|
||||||
"@types/lodash": "^4.17.0",
|
"@types/lodash": "^4.17.0",
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ import { crx } from '@crxjs/vite-plugin'
|
|||||||
import million from "million/compiler"
|
import million from "million/compiler"
|
||||||
import manifest from './manifest.json'
|
import manifest from './manifest.json'
|
||||||
import react from '@vitejs/plugin-react-swc'
|
import react from '@vitejs/plugin-react-swc'
|
||||||
import { sentryVitePlugin } from "@sentry/vite-plugin";
|
|
||||||
import { join } from 'path'
|
import { join } from 'path'
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
@@ -16,16 +15,6 @@ export default defineConfig({
|
|||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
crx({ manifest }),
|
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: {
|
server: {
|
||||||
port: 5173,
|
port: 5173,
|
||||||
|
|||||||
Reference in New Issue
Block a user