@@ -21,11 +21,11 @@ If you opt in, GitHub collects the following information related to the usage of
21
21
22
22
- The identifiers of any CodeQL-related VS Code commands that are run.
23
23
- For each command: the timestamp, time taken, and whether or not the command completed successfully.
24
- - Usage of UI elements, including buttons, links, and other inputs.
25
- - The contents of links or text inputs is not recorded.
26
- - Mouse movement and hovering is not recorded.
27
- - Occurrence of exceptions and error .
28
- - All sensitive information such as file paths or non-static exception message content is removed before uploading.
24
+ - Interactions with UI elements, including buttons, links, and other inputs.
25
+ - Link targets and text inputs are not recorded.
26
+ - Mouse movement and hovering are not recorded.
27
+ - Occurrence of exceptions and errors .
28
+ - All sensitive information such as file paths and non-static exception message content are removed before uploading.
29
29
- VS Code and extension version.
30
30
- Randomly generated GUID that uniquely identifies a CodeQL extension installation. (Discarded before aggregation.)
31
31
- IP address of the client sending the telemetry data. (Discarded before aggregation.)
@@ -51,6 +51,7 @@ We only collect the minimal amount of data we need to answer the questions about
51
51
- No contents of CodeQL queries
52
52
- No filesystem paths
53
53
- No user-input text
54
+ - No mouse interactions, such as movement or hovers
54
55
55
56
Disabling telemetry reporting
56
57
------------------------------
0 commit comments