astro/packages/telemetry
André Alves bf63f615fc
Add global crypto to @astrojs/webapi (#6981)
* add crypto to be polyfilled

* chore: changeset

* chore: update deps for node types

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
Co-authored-by: Princesseuh <princssdev@gmail.com>
2023-05-26 15:02:35 +02:00
..
src feat(all): Migrate to TypeScript 5.0 (#6579) 2023-03-20 17:02:07 +01:00
test [ci] format 2022-06-27 21:17:40 +00:00
CHANGELOG.md [ci] release (#6924) 2023-05-01 10:58:03 -04:00
package.json Add global crypto to @astrojs/webapi (#6981) 2023-05-26 15:02:35 +02:00
README.md Integration Docs Next Steps (#3677) 2022-06-30 12:02:39 -04:00
tsconfig.json Update compilation target for Node 16 (#6213) 2023-03-06 13:57:16 -05: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.