Luca Forstner

Results 752 comments of Luca Forstner

This was fixed, or rather will be fixed with v9

Hi, thanks for writing in! We'll do our best to address your concerns and maybe we can find some fixes and improvements. I hope it's ok if I ask you...

Thanks for elaborating! I think all of your questions are answered by the following: We are simply a bit strict with our wording in the docs because we need to...

@selfagency Can you make out from the error logs where exactly (or what syntax) the parser is crashing at? It would be ideal if you could share the relevant code...

@dihmeetree Would you mind sharing reproduction? Thank you!

Hi, thanks for writing in. - So first of all, your environment variables will likely not get picked up in `sentry.client.config.ts` as long as you don't prefix them with `NEXT_PUBLIC_`....

arch btw 😂 would you mind checking your dependency lockfile for any versions of `@sentry/*` dependencies that may not be aligned? The only exception to this should be `@sentry/webpack-plugin`. Otherwise,...

> I posted all the sentry lines on my lock file on my post? Ah I didn't scroll down in the code block. Sorry.

`@sentry/migr8` unfortunately doesn't take care of everything for you. Especially `@sentry/nextjs` specific changes. If you do not have any special sentry code except for the basic setup you only have...

@bigvisionmalachibazar please wipe your node_modules, wipe your .next folder, reinstall dependencies and check that you do not have `@sentry/*` dependencies on different versions in your lockfile. Thanks!