Skip to content

Commit 80a503b

Browse files
Update telemetry privacy document for UI interaction and exceptions
1 parent c9397a5 commit 80a503b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/codeql/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ What data is collected
2020
If 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+
- 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.
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,7 @@ 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
4854

4955
Disabling telemetry reporting
5056
------------------------------

0 commit comments

Comments
 (0)