telemetry toggle

This commit is contained in:
Crazypersonalph
2023-12-07 12:21:59 +08:00
parent 0110475dc2
commit 03ab5f0cdc
11 changed files with 77 additions and 63 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react(), sentryVitePlugin({
org: "personal-771",
org: "betterseqta-plus",
project: "betterseqtaplus-popup"
})],
build: {