Use documented @sentry/vite-plugin config options (#2925)
This commit is contained in:
@@ -53,8 +53,9 @@ export default defineConfig(({ mode }) => {
|
|||||||
) {
|
) {
|
||||||
plugins.push(
|
plugins.push(
|
||||||
sentryVitePlugin({
|
sentryVitePlugin({
|
||||||
include: "./dist",
|
release: {
|
||||||
release: process.env.VITE_APP_VERSION,
|
name: process.env.VITE_APP_VERSION,
|
||||||
|
},
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user