Telemetry in Astro

Last tested version
1.7.2
Website
astro.build
Alternatives
Downloads
115,853
Is consent required?
No (opt-out)
At what point is the data collection disclosed?
Documentation
Data collected
Device, Environment, Usage
Scopes
CLI
Links
0

Requesting consent: $0

No consent is requested

25

Disclosure: $25

Data collection is only disclosed on documentation

60

Data sensitivity: $60

Device information is collected

How to opt out of Astro

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.

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

ASTRO_TELEMETRY_DISABLED=1