Skip to content

Commit

Permalink
Only set sentry release name
Browse files Browse the repository at this point in the history
  • Loading branch information
hughns committed Dec 18, 2024
1 parent 99c5a1a commit 7783c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export default defineConfig(({ mode }) => {
plugins.push(
sentryVitePlugin({
release: {
dist: process.env.VITE_APP_VERSION,
name: process.env.VITE_APP_VERSION,
},
}),
Expand Down

0 comments on commit 7783c72

Please sign in to comment.