From 5a5273d7da75e241062dfe3c711db94559c89748 Mon Sep 17 00:00:00 2001 From: Norman Shipman Date: Tue, 22 Aug 2023 11:16:42 -0400 Subject: [PATCH] updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fc7e18a..573acdd 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,11 @@ Alternatively, you can set this variable in your environment: export SCARF_ANALYTICS=false ``` +You can also set this variable in accordance to the [Console Do Not Track](https://consoledonottrack.com/) standard: +```shell +export DO_NOT_TRACK=1 +``` + Either route will disable Scarf for all packages. #### I distribute a package on npm, and scarf-js is in our dependency tree. Can I disable the analytics for my downstream dependents?