Update telemetry privacy document for UI interaction and exceptions

This commit is contained in:
Robert
2023-02-07 11:31:00 +00:00
parent c9397a5abf
commit 80a503b65d

View File

@@ -20,7 +20,12 @@ What data is collected
If you opt in, GitHub collects the following information related to the usage of the extension. The data collected are:
- The identifiers of any CodeQL-related VS Code commands that are run.
- For each command: the timestamp, time taken, and whether or not the command completed successfully.
- For each command: the timestamp, time taken, and whether or not the command completed successfully.
- Usage of UI elements, including buttons, links, and other inputs.
- The contents of links or text inputs is not recorded.
- Mouse movement and hovering is not recorded.
- Occurrence of exceptions and error.
- All sensitive information such as file paths or non-static exception message content is removed before uploading.
- VS Code and extension version.
- Randomly generated GUID that uniquely identifies a CodeQL extension installation. (Discarded before aggregation.)
- 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
- No CodeQL database names or contents
- No contents of CodeQL queries
- No filesystem paths
- No user-input text
Disabling telemetry reporting
------------------------------