diff --git a/vite.config.ts b/vite.config.ts index e1da2d4f..e38f6a30 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -55,7 +55,6 @@ export default defineConfig(({ mode }) => { plugins.push( sentryVitePlugin({ release: { - dist: process.env.VITE_APP_VERSION, name: process.env.VITE_APP_VERSION, }, }),