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..06a449cdfb0 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. +- 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 ------------------------------