Wrap path into array (#2753)
This commit is contained in:
parent
132fc1aa0a
commit
c46ec15e14
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export default defineConfig(({ command, mode }) => {
|
|||
plugins.push(
|
||||
viteSentry({
|
||||
sourceMaps: {
|
||||
include: "./build/dashboard",
|
||||
include: ["./build/dashboard"],
|
||||
urlPrefix: process.env.SENTRY_URL_PREFIX,
|
||||
},
|
||||
}),
|
||||
|
|
Loading…
Reference in a new issue