You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/codeql/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code.rst
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,11 @@
5
5
About telemetry in CodeQL for Visual Studio Code
6
6
=================================================
7
7
8
-
If you specifically opt-in to permit GitHub to do so, GitHub will collect usage data and metrics for the purposes of helping the core developers to improve the CodeQL extension for VS Code. This data will not be shared with any parties outside of GitHub. IP addresses and installation IDs will be retained for a maximum of 30 days. Anonymous data will be retained for a maximum of 180 days.
8
+
If you specifically optin to permit GitHub to do so, GitHub will collect usage data and metrics for the purposes of helping the core developers to improve the CodeQL extension for VS Code.
9
9
10
-
Why do you collect data?
10
+
This data will not be shared with any parties outside of GitHub. IP addresses and installation IDs will be retained for a maximum of 30 days. Anonymous data will be retained for a maximum of 180 days.
11
+
12
+
Why we collect data
11
13
--------------------------------------
12
14
13
15
GitHub collects aggregated, anonymous usage data and metrics to help us improve CodeQL for VS Code. IP addresses and installation IDs are collected only to ensure that anonymous data is not duplicated during aggregation.
@@ -17,43 +19,44 @@ What data is collected
17
19
18
20
If you opt in, GitHub collects the following information related to the usage of the extension. The data collected are:
19
21
20
-
- The identifiers of any CodeQL-related `VS Code commands <https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette>`__ that are run
21
-
- For each command: the timestamp, time taken, and whether or not the command completed successfully
22
-
- VS Code and extension version
22
+
- The identifiers of any CodeQL-related VS Code commands that are run.
23
+
- For each command: the timestamp, time taken, and whether or not the command completed successfully.
24
+
- VS Code and extension version.
23
25
- Randomly generated GUID that uniquely identifies a CodeQL extension installation. (Discarded before aggregation.)
24
26
- IP address of the client sending the telemetry data. (Discarded before aggregation.)
25
-
- Whether or not the ``codeQL.canary`` setting is enabled and set to `true`
27
+
- Whether or not the ``codeQL.canary`` setting is enabled and set to ``true``.
26
28
27
-
How long will data be retained?
28
-
--------------------------------------
29
+
How long data is retained
30
+
--------------------------
29
31
30
32
IP address and GUIDs will be retained for a maximum of 30 days. Anonymous, aggregated data that includes command identifiers, run times, and timestamps will be retained for a maximum of 180 days.
31
33
32
-
Who will have access to this data?
33
-
--------------------------------------
34
+
Access to the data
35
+
-------------------
34
36
35
37
IP address and GUIDs will only be available to the core developers of CodeQL. Aggregated data will be available to GitHub employees.
36
38
37
-
What data is **NOT** collected?
38
-
--------------------------------------
39
+
What data is **NOT** collected
40
+
--------------------------------
39
41
40
42
We only collect the minimal amount of data we need to answer the questions about how our users are experiencing this product. To that end, we do not collect the following information:
When telemetry collection is disabled, no data will be sent to GitHub servers.
51
53
52
-
You can disable telemetry collection by setting ``codeQL.telemetry.enableTelemetry`` to ``false`` in `your settings <https://code.visualstudio.com/docs/getstarted/settings#_settings-editor>`__. Telemetry collection is _disabled_ by default.
54
+
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>`."
55
+
Telemetry collection is *disabled* by default.
53
56
54
-
Additionally, telemetry collection will be disabled if the global ``telemetry.enableTelemetry`` setting is set to ``false``. For more information on global telemetry collection, see `Microsoft’s documentation <https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting>`__.
57
+
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>`__."
55
58
56
-
More information
57
-
-------------------
59
+
Further reading
60
+
----------------
58
61
59
-
See GitHub's `Privacy Statement <https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-privacy-statement>`__ and `Terms of Service <https://docs.github.com/en/free-pro-team@latest/github/site-policy/github-terms-of-service>`__ for more information.
62
+
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>`__."
0 commit comments