Skip to content

Commit 197791f

Browse files
committed
simplify include entry
1 parent 67afed4 commit 197791f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sveltekit/src/vite/sourceMaps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export async function makeCustomSentryVitePlugin(options?: CustomSentryVitePlugi
6161
const hasSentryProperties = fs.existsSync(path.resolve(process.cwd(), 'sentry.properties'));
6262

6363
const defaultPluginOptions: SentryVitePluginOptions = {
64-
include: [{ paths: [`${outputDir}/client`] }, { paths: [`${outputDir}/server`] }],
64+
include: [`${outputDir}/client`, `${outputDir}/server`],
6565
configFile: hasSentryProperties ? 'sentry.properties' : undefined,
6666
release,
6767
};

0 commit comments

Comments
 (0)