Telemetry in Gatsby

Last tested version
5.3.0
Website
gatsbyjs.com
Alternatives
Downloads
301,066
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 Gatsby

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.

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

GATSBY_TELEMETRY_DISABLED=1