diff options
| author | William Woodruff | 2017-09-03 20:46:50 -0400 | 
|---|---|---|
| committer | William Woodruff | 2017-09-03 20:46:50 -0400 | 
| commit | 6e3acddc44379eb5d13c923ec08d2f51f0475af9 (patch) | |
| tree | 685eac912179dbdbf275676b357035654a8de565 | |
| parent | 37293c6f01e24ccef6b4c94ed37478d88bc4a173 (diff) | |
| download | brew-6e3acddc44379eb5d13c923ec08d2f51f0475af9.tar.bz2 | |
docs: Clarify availability of analytics
This commit tweaks the language in Analytics.md to make it clear
that summaries of install/error data are publicly available,
while only Homebrew maintainers can access the full analytics
(as specified above in the document).
| -rw-r--r-- | docs/Analytics.md | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/docs/Analytics.md b/docs/Analytics.md index 15fa6fc93..18dc7bfa6 100644 --- a/docs/Analytics.md +++ b/docs/Analytics.md @@ -37,7 +37,9 @@ As far as we can tell it would be impossible for Google to match the randomly ge  Homebrew's analytics are sent throughout Homebrew's execution to Google Analytics over HTTPS.  ## Who? -Homebrew's analytics are accessible to Homebrew's current maintainers. Contact @MikeMcQuaid if you are a maintainer and need access. +Homebrew's detailed analytics are accessible to Homebrew's current maintainers. Contact @MikeMcQuaid if you are a maintainer and need access. + +Summaries of installation and error analytics are publicly available [here](https://brew.sh/analytics/).  ## How?  The code is viewable in [analytics.rb](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/utils/analytics.rb) and [analytics.sh](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/utils/analytics.sh). They are done in a separate background process and fail fast to avoid delaying any execution. They will fail immediately and silently if you have no network connection. | 
