Disable Next.js telemetry
Version:
Next.js collects anonymous telemetry data about general usage. Participation in the program is optional.
To disable telemetry data collection:
-
Identify your Next.js
.envfile, based on the development environment setup you chose.- For full-stack development, go to
src/rendering/.env. - For front-end development, go to the
.envfile in the root directory of your project.
- For full-stack development, go to
-
Set the following variable in your
.envfile:
If you have suggestions for improving this article, let us know!