I was setting up Next.js on a VPS and tried running it, and I got this log in the terminal:
This refers to data that Vercel collects to improve Next.js performance and gain insights from real-world applications. I didn’t know about this until today. Anyway, you can disable it by running the following command:
Here's the full article by Vercel: Article_link
@selfmadecoder
Attention: Next.js now collects completely anonymous telemetry regarding usage.
This refers to data that Vercel collects to improve Next.js performance and gain insights from real-world applications. I didn’t know about this until today. Anyway, you can disable it by running the following command:
npx next telemetry disable
Here's the full article by Vercel: Article_link
@selfmadecoder