We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b501168 commit 23cc7d2Copy full SHA for 23cc7d2
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