Skip to content

Commit bbe3b6d

Browse files
committed
Tweak telemetry page and changelog
1 parent 1130cbd commit bbe3b6d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

extensions/ql-vscode/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [UNRELEASED]
44

5-
- Capture usage data from users. See [TELEMETRY.md](https://github.com/github/vscode-codeql/blob/main/TELEMETRY.md) for more information. [#611](https://github.com/github/vscode-codeql/pull/611)
5+
- On a strictly opt-in basis, collect anonymized usage data from the VS Code extension, helping improve CodeQL's usability and performance. See [TELEMETRY.md](https://github.com/github/vscode-codeql/blob/main/TELEMETRY.md) for more information on exactly what data is collected and what it is used for. [#611](https://github.com/github/vscode-codeql/pull/611)
66

77
## 1.3.10 - 20 January 2021
88

extensions/ql-vscode/TELEMETRY.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GitHub collects aggregated, anonymous usage data and metrics to help us improve
88

99
## What data is collected
1010

11-
GitHub collects the following information related to the usage of the extension. The data collected are:
11+
If you opt in, GitHub collects the following information related to the usage of the extension. The data collected are:
1212

1313
- The identifiers of any CodeQL-related [VS Code commands](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_command-palette) that are run
1414
- For each command: the timestamp, time taken, and whether or not the command completed successfully
@@ -36,7 +36,9 @@ We only collect the minimal amount of data we need to answer the questions about
3636

3737
## How do I disable telemetry reporting?
3838

39-
You can disable telemetry collection by setting `codeQL.telemetry.enableTelemetry` to `false` in [your settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor). Telemetry collection is disabled by default.
39+
When telemetry collection is disabled, no data will be sent to GitHub servers.
40+
41+
You can disable telemetry collection by setting `codeQL.telemetry.enableTelemetry` to `false` in [your settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor). Telemetry collection is _disabled_ by default.
4042

4143
Additionally, telemetry collection will be disabled if the global `telemetry.enableTelemetry` setting is set to `false`. For more information on global telemetry collection, see [Microsoft’s documentation](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting).
4244

0 commit comments

Comments
 (0)