Skip to content

Commit e201859

Browse files
committed
Update data point for global.json state values
1 parent fcb87b6 commit e201859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/telemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The telemetry feature collects the following data:
121121
| >=10.0.100 | Whether MSBuild was used for file-based apps with `dotnet run`. |
122122
| >=10.0.100 | Whether Roslyn compiler was used for file-based apps with `dotnet run`. |
123123
| >=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).|
124-
| >=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. |
124+
| >=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**, or **invalid_data**. |
125125

126126
### Collected options
127127

0 commit comments

Comments
 (0)