Skip to content

Conversation

meaghanlewis
Copy link
Contributor

@meaghanlewis meaghanlewis commented Oct 16, 2025

Summary

This pull request updates the telemetry documentation to include a new data point collected by the CLI. Specifically, it now describes how the state of global.json is captured when a command is invoked.

Telemetry documentation update:

  • Added a description of telemetry capturing the global.json state at command invocation, detailing states: not_found, valid, invalid_json, invalid_data.

Fixes #48493


Internal previews

📄 File 🔗 Preview link
docs/core/tools/telemetry.md .NET SDK and .NET CLI telemetry
@meaghanlewis meaghanlewis marked this pull request as ready for review October 20, 2025 22:51
@meaghanlewis meaghanlewis requested a review from a team as a code owner October 20, 2025 22:51
@meaghanlewis meaghanlewis requested review from Copilot and removed request for a team October 20, 2025 22:51
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the telemetry documentation to include a new data point that tracks the state of global.json when CLI commands are invoked.

Key changes:

  • Added documentation for a new telemetry data point that captures global.json state with four possible values: not_found, valid, invalid_json, and invalid_data
@meaghanlewis meaghanlewis requested a review from baronfel October 20, 2025 22:51
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment