@@ -21,11 +21,11 @@ If you opt in, GitHub collects the following information related to the usage of
2121
2222- The identifiers of any CodeQL-related VS Code commands that are run.
2323 - 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.
2929- VS Code and extension version.
3030- Randomly generated GUID that uniquely identifies a CodeQL extension installation. (Discarded before aggregation.)
3131- 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
5151- No contents of CodeQL queries
5252- No filesystem paths
5353- No user-input text
54+ - No mouse interactions, such as movement or hovers
5455
5556Disabling telemetry reporting
5657------------------------------
0 commit comments