From fcb87b698aed6f853d9ad4b2fa83dd6add04e67e Mon Sep 17 00:00:00 2001 From: Meaghan Osagie Date: Thu, 16 Oct 2025 15:48:30 -0700 Subject: [PATCH] add data point for global.json state telemetry collected --- docs/core/tools/telemetry.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/tools/telemetry.md b/docs/core/tools/telemetry.md index 55b143f1a9397..77b87ca2cc6e6 100644 --- a/docs/core/tools/telemetry.md +++ b/docs/core/tools/telemetry.md @@ -121,6 +121,7 @@ The telemetry feature collects the following data: | >=10.0.100 | Whether MSBuild was used for file-based apps with `dotnet run`. | | >=10.0.100 | Whether Roslyn compiler was used for file-based apps with `dotnet run`. | | >=10.0.100 | The detected LLM agent name if the CLI was invoked from an LLM agent. For more information, see [LLM detection](#llm-detection).| +| >=10.0.100 | Capture the `global json` state at the time a command is invoked. The state is one of the following values: not_found, valid, invalid_json, invalid_data. | ### Collected options