Current as of version 7.11.1
This is a continuation of the conversation started in getsentry/sentry#37649. TL;DR: If, in the nextjs SDK, we enable the webpack plugin in a situation where the user is unlikely to have set up sentry-cli, we're setting them up for errors.
That issue was specifically about the preview and development environments on Vercel, and that case has been handled in #5603, which will be released in version 7.12. As discussed in the original PR, though, there's more that could be done, which I'm recording here so that the PR can be closed. Specifically:
Current as of version 7.11.1
This is a continuation of the conversation started in getsentry/sentry#37649. TL;DR: If, in the nextjs SDK, we enable the webpack plugin in a situation where the user is unlikely to have set up
sentry-cli, we're setting them up for errors.That issue was specifically about the
previewanddevelopmentenvironments on Vercel, and that case has been handled in #5603, which will be released in version 7.12. As discussed in the original PR, though, there's more that could be done, which I'm recording here so that the PR can be closed. Specifically:sentry-cli.