diff --git a/vite.config.ts b/vite.config.ts index 448ce3e3..003ed47c 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -38,7 +38,10 @@ export default defineConfig({ url: 'https://de.sentry.io/', authToken: sentryAuthToken, org: 'whisper-money', - project: 'frontend', + // Frontend JS errors are captured into the php-laravel + // project (see app.tsx Sentry.init using SENTRY_LARAVEL_DSN), + // so maps must be uploaded there to symbolicate them. + project: 'php-laravel', release: { create: false, finalize: false,