The Docker DX extension collects telemetry. We collect this telemetry so that we can improve the extension by understanding usage patterns and catching crashes and errors for diagnostic purposes.
You can configue the telemetry you would like to send by changing the docker.lsp.telemetry
setting. This can be one of three values:
"all"
- all telemetry will be sent"error"
- send only errors and crash information"off"
- stop all telemetry from being sent
If you have already opted out of sending telemetry in Visual Studio Code then no telemetry will be sent to Docker regardless of the value of the docker.lsp.telemetry
setting.
- operating system
- CPU architecture
- application name
vscode.env.machineId
vscode.env.sessionId
- version of the installed extension
- Docker version
- function names and parameters for diagnosing errors and crashes
The list above does not include any telemetry collected by the Docker Language Server. For telemetry collected by the Docker Language Server, please refer to the telemetry documentation of that project.
Read our privacy policy to learn more about how the information is collected and used.