astro/packages/telemetry
Erika 63745f8d5a
Update telemetry to use new errors information (#5547)
* Properly get information from AstroError in telemetry

* Record telemetry for dev errors

* Fix tests

* ci(telemetry): Make sure we don't hit telemetry in tests

* fix(build): Fix types

* test: Remove unnecessary flag

* test(errors): Add test to make sure we don't have stacktraces inside error messages

* refactor(types): Type cast `getErrorDataByCode`'s return type so we don't have to cast to any later
2023-01-04 17:34:11 +01:00
..
src Update telemetry to use new errors information (#5547) 2023-01-04 17:34:11 +01:00
test [ci] format 2022-06-27 21:17:40 +00:00
CHANGELOG.md [ci] release (#4903) 2022-09-29 11:20:00 -04:00
package.json [ci] release (#4903) 2022-09-29 11:20:00 -04:00
README.md Integration Docs Next Steps (#3677) 2022-06-30 12:02:39 -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. 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.