Telemetry in Nuxt.js

Last tested version
3.0.0
Website
nuxtjs.org
Alternatives
Downloads
480,662
Is consent required?
Yes (opt-in)
At what point is the data collection disclosed?
Usage
Data collected
Device, Environment, Usage
Scopes
CLI
Links
50

Requesting consent: $50

Consent is requested before collecting information

50

Disclosure: $50

Data collection is disclosed when the tool is used

60

Data sensitivity: $60

Device information is collected

How to opt out of Nuxt.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.

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

NUXT_TELEMETRY_DISABLED=1

3. Add setting

This approach typically disables telemetry for all instances that share the configuration file.

telemetry: false