You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/TELEMETRY.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,15 @@ GitHub collects anonymous information related to the usage of the extensions. Th
14
14
- Anonymous GUID to uniquely identify an installation.
15
15
- IP address of the client sending the telemetry data. This IP address is not stored. It is discarded immediately after the telemetry data is received.
16
16
17
+
## What data is **NOT** collected?
18
+
19
+
We are careful to only collect the minimal amount of data we need to answer the questions about how our users are experiencing this product. So this means that we do not collect the following information:
20
+
21
+
- No GitHub user ID
22
+
- No CodeQL database names
23
+
- No queries or anything about them
24
+
- No filesystem paths.
25
+
17
26
## How do I disable telemetry reporting?
18
27
19
28
You can disable telemetry reporting by setting `codeQL.telemetry.enableTelemetry` to `false` in [your settings](https://code.visualstudio.com/docs/getstarted/settings#_settings-editor).
0 commit comments