0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/packages/telemetry
Emanuele Stoppa 062623438b
chore: use biome to sort imports - only test files ()
* chore: use biome to sort imports

* do the sorting

* Update package.json

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>

---------

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
2024-02-21 14:08:19 +00:00
..
src
test chore: use biome to sort imports - only test files () 2024-02-21 14:08:19 +00:00
CHANGELOG.md
package.json
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.