Skip to content

Commit 0338891

Browse files
authored
chore: remove sentry vite plugin (#141)
1 parent 507d153 commit 0338891

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

vite.config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { sentryVitePlugin } from '@sentry/vite-plugin'
21
import { defineConfig } from 'vite'
32
import react from '@vitejs/plugin-react-swc'
43
import { TanStackRouterVite } from '@tanstack/router-vite-plugin'
@@ -28,11 +27,6 @@ export default defineConfig({
2827
}
2928
},
3029
},
31-
sentryVitePlugin({
32-
org: 'dimension',
33-
project: 'stake-mask-io',
34-
url: 'https://sentry.firefly.land',
35-
}),
3630
VitePluginRadar({
3731
analytics: process.env.GOOGLE_ANALYTICS_ID
3832
? {

0 commit comments

Comments
 (0)