diff --git a/docs/codeql/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code.rst b/docs/codeql/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code.rst index 6b6dd1c03e0..362f2d68889 100644 --- a/docs/codeql/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code.rst +++ b/docs/codeql/codeql-for-visual-studio-code/about-telemetry-in-codeql-for-visual-studio-code.rst @@ -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 ------------------------------