Files
astro/packages/telemetry
renovate[bot] e2927586fe fix(deps): update all non-major dependencies (#14522)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-13 14:39:44 +02:00
..
2025-06-27 13:01:18 +01:00
2025-05-22 13:03:48 +01:00
2023-09-20 09:50:04 -07:00

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.