sentry-wizard icon indicating copy to clipboard operation
sentry-wizard copied to clipboard

Consider the Vercel Integration for Nextjs wizard

Open scefali opened this issue 1 year ago • 2 comments

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.

scefali avatar Jun 11 '24 03:06 scefali

Hey, good suggestion! I have little to no context on the vercel integration but might be worth looking into. Also cc @lforst - thoughts?

Lms24 avatar Jun 12 '24 14:06 Lms24

@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.

scefali avatar Jun 13 '24 13:06 scefali