Telemetry in Next.js

Last tested version
13.1.0
Website
nextjs.org
Alternatives
Downloads
4,549,866
Is consent required?
No (opt-out)
At what point is the data collection disclosed?
Documentation
Data collected
Device, Environment, Project, Usage
Scopes
CLI
Links
0

Requesting consent: $0

No consent is requested

25

Disclosure: $25

Data collection is only disclosed on documentation

20

Data sensitivity: $20

Project information is collected

How to opt out of Next.js

1. Run command

This typically disables telemetry for one instance. Note that if the tool is installed globally, it applies to the device. However, if the tool is installed per project, you’ll have to do this for each project.

next telemetry disable

2. Add environment variable

This disabled telemetry for the device you’ve set the environment variable on.

Note that if this tool is used elsewhere, like a during Continuous Integration, you’ll have to add these environment variables there, too.

NEXT_TELEMETRY_DISABLED=1