Merge pull request #12123 from github/robertbrignull/telemetry_privacy_docs

Update telemetry privacy document for UI interaction and exceptions
This commit is contained in:
Robert
2023-02-08 13:40:35 +00:00
committed by GitHub

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.
- Interactions with UI elements, including buttons, links, and other inputs.
- Link targets and text inputs are not recorded.
- Mouse movement and hovering are not recorded.
- Occurrence of exceptions and errors.
- All sensitive information such as file paths and non-static exception message content are 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,8 @@ 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
- No mouse interactions, such as movement or hovers
Disabling telemetry reporting
------------------------------