diff --git a/docs/core/tools/telemetry.md b/docs/core/tools/telemetry.md index 703de014fd2bf..7b34c4bfb246d 100644 --- a/docs/core/tools/telemetry.md +++ b/docs/core/tools/telemetry.md @@ -96,6 +96,8 @@ Certain commands send additional data. A subset of commands sends the first argu | `dotnet list ` | The word `package` or `reference`. | | `dotnet sln ` | The word `add`, `list`, or `remove`. | | `dotnet nuget ` | The word `delete`, `locals`, or `push`. | +| `dotnet workload ` | The word `install`, `update`, `list`, `search`, `uninstall`, `repair`, `restore` and the workload name (hashed). | +| `dotnet tool ` | The word `install`, `update`, `list`, `search`, `uninstall`, `run` and the dotnet tool name (hashed). | A subset of commands sends selected options if they're used, along with their values: