fix: 🐛 disable sentry telemetry

This commit is contained in:
amianthus
2025-11-24 10:28:50 +00:00
parent adba980cb2
commit 43cd40e0ce

View File

@@ -14,6 +14,7 @@ export default defineConfig({
sentryVitePlugin({
org: process.env.VITE_SENTRY_ORG,
project: process.env.VITE_SENTRY_PROJECT,
telemetry: false
}),
],