From 623b3fedaa310a11a2628494cc87c19e51320f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Tue, 20 Aug 2024 12:15:04 +0200 Subject: [PATCH] docs: add some more data collection details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro González --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ddd509..2a40466b 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,10 @@ Extra pre-built packages with a `.full` suffix are available and contain split d ## Telemetry collection Some crate installation strategies may collect anonymized usage statistics by default. -Currently, only the name of the crate to be installed, its version, and the target platform triple are sent to endpoints under the `https://warehouse-clerk-tmp.vercel.app/api/crate` URL when the `quickinstall` artifact host is used. +Currently, only the name of the crate to be installed, its version, the target platform triple, and the collecting user agent are sent to endpoints under the `https://warehouse-clerk-tmp.vercel.app/api/crate` URL when the `quickinstall` artifact host is used. The maintainers of the `quickinstall` project use this data to determine which crate versions are most worthwhile to build and host. +The aggregated collected telemetry is publicly accessible at . +Should you be interested on it, the backend code for these endpoints can be found at . If you prefer not to participate in this data collection, you can opt out by any of the following methods: