astro/packages/telemetry
Nate Moore 0c7b42dc67
Update telemetry notice (#8234)
* chore: enable telemetry notice

* chore: update telemetry date, notify

* chore(telemetry): refactor telemetry notices

* chore: add changeset

* chore: improve debugging

* chore: update debug

* fix: logical error

* chore(lint): remove unused input

* chore: improve telemetry debug

* chore: improve telemetry tests

* chore: allow isCI to be stubbed

* chore: stub process.env

* chore: stub process.env

* chore: add env to class

* chore: act like we're not on CI

* test: didn't commit the env stub properly

* chore: tweak wording
2023-08-28 16:03:01 -05:00
..
src Update telemetry notice (#8234) 2023-08-28 16:03:01 -05:00
test Update telemetry notice (#8234) 2023-08-28 16:03:01 -05:00
CHANGELOG.md [ci] release (rc) (#8147) 2023-08-22 10:19:18 -04:00
package.json Update breaking dependencies (#8201) 2023-08-24 16:34:33 +08:00
README.md Integration Docs Next Steps (#3677) 2022-06-30 12:02:39 -04:00
tsconfig.json Remove support for Node 16 (#7780) 2023-08-08 11:01:33 +01:00

Astro Telemetry

This package is used to collect anonymous telemetry data within the Astro CLI. It is enabled by default. Telemetry data does not contain any personal identifying information and can be disabled via:

astro telemetry disable

See the CLI documentation for more options on configuration telemetry.