We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67afed4 commit 197791fCopy full SHA for 197791f
packages/sveltekit/src/vite/sourceMaps.ts
@@ -61,7 +61,7 @@ export async function makeCustomSentryVitePlugin(options?: CustomSentryVitePlugi
61
const hasSentryProperties = fs.existsSync(path.resolve(process.cwd(), 'sentry.properties'));
62
63
const defaultPluginOptions: SentryVitePluginOptions = {
64
- include: [{ paths: [`${outputDir}/client`] }, { paths: [`${outputDir}/server`] }],
+ include: [`${outputDir}/client`, `${outputDir}/server`],
65
configFile: hasSentryProperties ? 'sentry.properties' : undefined,
66
release,
67
};
0 commit comments