Emphasize that telemetry is disabled by default

This commit is contained in:
Shati Patel
2021-02-19 13:42:47 +00:00
committed by GitHub
parent 4dd1be5ba1
commit 97eb98e9eb

View File

@@ -49,14 +49,15 @@ We only collect the minimal amount of data we need to answer the questions about
Disabling telemetry reporting
------------------------------
Telemetry collection is *disabled* by default.
When telemetry collection is disabled, no data will be sent to GitHub servers.
You can disable telemetry collection by setting ``codeQL.telemetry.enableTelemetry`` to ``false`` in your settings. For more information about CodeQL settings, see ":doc:`Customizing settings <customizing-settings>`."
Telemetry collection is *disabled* by default.
Additionally, telemetry collection will be disabled if the global ``telemetry.enableTelemetry`` setting is set to ``false``. For more information about global telemetry collection, see "`Microsoft's documentation <https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting>`__."
Further reading
----------------
For more information, see GitHub's "`Privacy Statement <https://docs.github.com/github/site-policy/github-privacy-statement>`__" and "`Terms of Service <https://docs.github.com/github/site-policy/github-terms-of-service>`__."
For more information, see GitHub's "`Privacy Statement <https://docs.github.com/github/site-policy/github-privacy-statement>`__" and "`Terms of Service <https://docs.github.com/github/site-policy/github-terms-of-service>`__."