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
@@ -329,12 +329,13 @@ export async function runNextjsWizardWithTelemetry(
329
329
path.join(process.cwd(),'vercel.json'),
330
330
);
331
331
332
-
if(mightBeUsingVercel){
332
+
if(mightBeUsingVercel&&!options.comingFrom){
333
333
clack.log.info(
334
-
"▲ It seems like you're using Vercel. We recommend using the Sentry Vercel integration to set up an auth token for Vercel deployments: https://vercel.com/integrations/sentry",
334
+
"▲ It seems like you're using Vercel. We recommend using the Sentry Vercel \
335
+
integration to set up an auth token for Vercel deployments: https://vercel.com/integrations/sentry",
0 commit comments