@@ -20,7 +20,12 @@ What data is collected
20
20
If you opt in, GitHub collects the following information related to the usage of the extension. The data collected are:
21
21
22
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.
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.
24
29
- VS Code and extension version.
25
30
- Randomly generated GUID that uniquely identifies a CodeQL extension installation. (Discarded before aggregation.)
26
31
- 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
45
50
- No CodeQL database names or contents
46
51
- No contents of CodeQL queries
47
52
- No filesystem paths
53
+ - No user-input text
54
+ - No mouse interactions, such as movement or hovers
48
55
49
56
Disabling telemetry reporting
50
57
------------------------------
0 commit comments