Luca Forstner

Results 720 comments of Luca Forstner

I think we deactivated the e2e tests a long time ago. Feel free to ignore them. The way to go is integration tests. I think I am gonna remove the...

I reviewed the changelog and realized that we probably should just not do this because we rely on the `renderChunk` hooks to inject code. At that stage in bundling, polyfilling...

In theory the environment is never determined at build-time, only at runtime 🤔 I am wondering how that comes to be. Is the customer maybe bundling the environment into their...

I hate having to respond with this answer but unfortunately this is not a limitation of the Sentry SDK - it's not even something that we can resolve from within...

> Do you know if the Sentry Vite plugin would be able to accept a function as the value for project and deploy.env? @JacobNWolf correct me if I am wrong...

> I think we might hit the same issue we're hitting originally here @JacobNWolf sounds like it. Unfortunately, as I originally pointed out, this is past the scope of the...

@novelnet Yes, this is fixed by adding an override to your package manager to install one specific version. In the case of `import-in-the-middle`, the later version is usually the better...

This is not 100% fixable on our side. We are not in control of other dependencies and what they install.

@MonstraG maybe what the error message suggests? > Try to install it into the project directory by running npm install import-in-the-middle from the project directory.

This is still blocked until Next.js adds debug ID support. We could do name based sourcemap resolution but that takes us back to the dark ages 💀