Make Telemetry page more visible #11861
Replies: 2 comments 4 replies
-
The CLI reference already have a link to the Telemetry page, under The Astro CLI collects by default anonymous data about general usage. For more information about these data or how to opt out, see [Astro’s telemetry page](https://astro.build/telemetry/). |
Beta Was this translation helpful? Give feedback.
-
Yeah, I'm torn here, because it is shown on the CLI reference page with its own section header already, and therefore already has a great search hit in docs for anyone looking. It also has a full page of its own on the main site. Telemetry is more like a privacy policy than docs content. We document the CLI command and options, and we show the message for every new project. But much like you make your privacy policy available and easy to get to, it's not something you typically put in someone's face while documenting other things/steps. We don't hide it, and I'm not sure we're responsible for making it any more visible. It's honestly super helpful information for us (it tells us which integrations are highly used, or not, so we can prioritize development or know how disruptive a change might be etc.) It helps us make Astro better. (This does also feel a bit like slapping a post-it note up when there is a proper place for this documentation, and it's already there. And you know how I dislike doing that. 😄 ) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Astro CLI telemetry is mentioned in two places: the main website footer, and the CLI when getting started with Astro.
It's very easy to miss this feature, for example for people looking at the Astro docs without actually using it. I personally installed Astro a long while ago, and missed the telemetry message (or just ignored it).
The page should be linked from more pages, for example the installation page and possibly the CLI reference.
Beta Was this translation helpful? Give feedback.
All reactions