Skip to content
New issue

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

docs: analytics: add DVC_NO_ANALYTICS mention #2724

Merged
merged 3 commits into from
Aug 18, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/docs/user-guide/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ $ dvc config core.analytics false

This will disable it for the <abbr>project</abbr>. Alternatively, you can use
the `--global` or `--system` options of `dvc config` to disable analytics for
the active user or for everyone in the system, respectively.
the active user or for everyone in the system, respectively. You could also set
environment variable `DVC_NO_ANALYTICS` to disable analytics (will override
config).
jorgeorpinel marked this conversation as resolved.
Show resolved Hide resolved