@@ -20,7 +20,12 @@ What data is collected
2020If you opt in, GitHub collects the following information related to the usage of the extension. The data collected are:
2121
2222- 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.
23+ - For each command: the timestamp, time taken, and whether or not the command completed successfully.
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.
2429- VS Code and extension version.
2530- Randomly generated GUID that uniquely identifies a CodeQL extension installation. (Discarded before aggregation.)
2631- IP address of the client sending the telemetry data. (Discarded before aggregation.)
@@ -45,6 +50,8 @@ We only collect the minimal amount of data we need to answer the questions about
4550- No CodeQL database names or contents
4651- No contents of CodeQL queries
4752- No filesystem paths
53+ - No user-input text
54+ - No mouse interactions, such as movement or hovers
4855
4956Disabling telemetry reporting
5057------------------------------
0 commit comments