mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-07 05:47:03 +00:00
Use documented @sentry/vite-plugin config options (#2925)
This commit is contained in:
@@ -53,8 +53,9 @@ export default defineConfig(({ mode }) => {
|
||||
) {
|
||||
plugins.push(
|
||||
sentryVitePlugin({
|
||||
include: "./dist",
|
||||
release: process.env.VITE_APP_VERSION,
|
||||
release: {
|
||||
name: process.env.VITE_APP_VERSION,
|
||||
},
|
||||
}),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user