getsentry / sentry-wizard

Sentry Project Setup Wizard
MIT License
192 stars 48 forks source link

Consider the Verel Integration for Nextjs wizard #585

Open scefali opened 4 months ago

scefali commented 4 months ago

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.

Lms24 commented 4 months ago

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

scefali commented 4 months ago

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