Luca Forstner

Results 752 comments of Luca Forstner

Did you press `y` which npx asked you to do?

We can't see from your screenshot whether you pressed the `y` button or the `enter` button. Did you do that? Is the wizard frozen? This is the same screenshot that...

As long as you don't use `reactComponentAnnotations` the plugin will not use babel to transform things. Ideally you profile your build somehow to figure out what exactly is slow. In...

@AbhiPrasad What exactly needs to be done here? I would like to do this for Next.js but don't fully understand the task.

@AbhiPrasad I wonder if this will screw with the trace view in replays a lot. This would essentially cause browser sessions of multiple different users to be grouped together under...

Hi, `withSentryConfig` doesn't have a `applicationKey` option yet. You need to set it as follows: https://github.com/getsentry/sentry-docs/blob/20f3e453407d74335b90bfdccd7a845ef8c69a4f/apps/changelog/next.config.mjs#L53-L56 (this is how we do it in our own changelog) ```ts export default withSentryConfig(nextConfig,...

My 2 cents: You can assume the option is stable. We will likely not change it anytime soon. And if we change it, a) your typescript will likely complain if...