We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Link
if you want to opt out of Homebrew’s analytics, you can set this variable in your environment: export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_ANALYTICS=1
if you are fine with analytics being sent to Homebrew’s InfluxDB but not to Google Analytics, you can set: export HOMEBREW_NO_GOOGLE_ANALYTICS=1
export HOMEBREW_NO_GOOGLE_ANALYTICS=1
alternatively, this will prevent analytics from ever being sent: brew analytics off
brew analytics off
The text was updated successfully, but these errors were encountered:
MarioCatuogno
No branches or pull requests
Link
if you want to opt out of Homebrew’s analytics, you can set this variable in your environment:
export HOMEBREW_NO_ANALYTICS=1
if you are fine with analytics being sent to Homebrew’s InfluxDB but not to Google Analytics, you can set:
export HOMEBREW_NO_GOOGLE_ANALYTICS=1
alternatively, this will prevent analytics from ever being sent:
brew analytics off
The text was updated successfully, but these errors were encountered: