blob: 9c0999e1af2e5e5fd0866bfe4a4a8b04e7cde140 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Astro Telemetry
This package is used to collect anonymous telemetry data within the Astro CLI. Telemetry data does not contain any personal identifying information and can be disabled via:
```shell
astro telemetry disable
```
See the [CLI documentation](https://docs.astro.build/en/reference/cli-reference/#astro-telemetry) for more options on configuration telemetry.
|