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:
@@ -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