0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-10 22:38:53 -05:00
astro/packages/telemetry
2024-10-04 21:51:28 +01:00
..
src feat: Add configuration option to disable CLI telemetry 2024-10-04 21:51:28 +01:00
test feat: Add configuration option to disable CLI telemetry 2024-10-04 21:51:28 +01:00
CHANGELOG.md [ci] release (#10739) 2024-04-11 13:24:47 +02:00
package.json fix(deps): update all non-major dependencies (#12003) 2024-09-26 14:57:59 +01:00
README.md
tsconfig.json

Astro Telemetry

This package is used to collect anonymous telemetry data within the Astro CLI.

It can be disabled in Astro using either method documented below:

# Option 1: Run this to disable telemetry globally across your entire machine.
astro telemetry disable
# Option 2: The ASTRO_TELEMETRY_DISABLED environment variable disables telemetry when set.
ASTRO_TELEMETRY_DISABLED=1 astro dev

Visit https://astro.build/telemetry/ for more information about our approach to anonymous telemetry in Astro.