astro/packages/telemetry
Matthew Phillips 8021998bb6
Add new configKeys prop for telemetry (#3299)
* Add new configKeys prop for telemetry

This property lets us known which AstroConfig keys are being used, for anonymous telemetry.

* Adds a changeset

* Restructure how the telemetry event is shaped
2022-05-06 09:22:27 -04:00
..
src Add new configKeys prop for telemetry (#3299) 2022-05-06 09:22:27 -04:00
test Add new configKeys prop for telemetry (#3299) 2022-05-06 09:22:27 -04:00
CHANGELOG.md [ci] release (#3277) 2022-05-03 15:50:21 -04:00
events.d.ts Telemetry (#3256) 2022-05-03 09:07:28 -04:00
package.json [ci] release (#3277) 2022-05-03 15:50:21 -04:00
README.md Telemetry (#3256) 2022-05-03 09:07:28 -04:00
tsconfig.json Telemetry (#3256) 2022-05-03 09:07:28 -04:00

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:

astro telemetry disable

See the CLI documentation for more options on configuration telemetry.