You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you set up Sentry with Next.js using the wizard, there is a step asking about CI. It tries to get you to add the auth token to your CI provider but if you're using the Vercel integration, you don't need to do that because it handles it automatically. What should happen is it should ask you if you want to use the Vercel integration and open the page up for you to set that up. The mapping of the projects could also be done via the CLI after installation is complete, but that might be a bit harder. Either way, right now the wizard for Nextjs is written as if the Vercel integration doesn't exist.
The text was updated successfully, but these errors were encountered:
@Lms24 It's basically a way of automatically setting the DSN (and other env variables) automatically. It does other things too but in this context that's what matters.
When you set up Sentry with Next.js using the wizard, there is a step asking about CI. It tries to get you to add the auth token to your CI provider but if you're using the Vercel integration, you don't need to do that because it handles it automatically. What should happen is it should ask you if you want to use the Vercel integration and open the page up for you to set that up. The mapping of the projects could also be done via the CLI after installation is complete, but that might be a bit harder. Either way, right now the wizard for Nextjs is written as if the Vercel integration doesn't exist.
The text was updated successfully, but these errors were encountered: