Skip to content

Commit

Permalink
Pass dist information to sentry release
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Feb 14, 2024
1 parent 2131565 commit 4881edc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export default defineConfig(({ mode }) => {
authToken: env.VITE_SENTRY_AUTH_TOKEN,
url: "https://sentry.monicz.dev",
telemetry: false,
release: {
dist: env.VITE_ENV,
},
}),
);
}
Expand Down

0 comments on commit 4881edc

Please sign in to comment.