Hey, not a dev here but I noticed I had to change the vite.config.ts file instead of just being able to use .env variables. Probable should do it to the project as well.
export default defineConfig({
plugins: [
sentrySvelteKit({
sourceMapsUploadOptions: {
org: 'ORGNAME',
project: 'taco',
},