Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation telemetry for 'Clear All NuGet Storage' Command in VS Settings #6176

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

donnie-msft
Copy link
Contributor

Bug

Fixes: NuGet/Home#13968

Description

Instrument the navigated telemetry event for the 'Clear All NuGet Storage' command in the Visual Studio settings.
Since the event is standardized and already doesn't include PII, no assessment was done to attach another event.

  • A property tracks whether the settings are existing legacy VS Settings, or Unified Settings which will be implemented later. For now, this is always false.
  • Testing the functionality of the new helper method to create the event.

Example of the event after pressing "Clear All NuGet Storage":
image

PR Checklist

  • Meaningful title, helpful description and a linked NuGet/Home issue
  • Added tests
  • Link to an issue or pull request to update docs if this PR changes settings, environment variables, new feature, etc.

@donnie-msft donnie-msft requested a review from a team as a code owner November 28, 2024 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigation telemetry for 'Clear All NuGet Storage' Command in VS Settings
3 participants