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

Telemetry for navigating to: License, ReportAbuse, Readme, ProjectUrl #5999

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

donnie-msft
Copy link
Contributor

Bug

Fixes: NuGet/Home#13749

Description

Hooks up the navigated telemetry event for existing hyperlinks: License, ReportAbuse, Readme, ProjectUrl.

The standard navigated event is reused here which is the event I migrated other hyperlink events onto previously.
Since the event is standardized and already doesn't include PII, no assessment was done to attach another event.

Removed FeedHome as I don't know what this is and couldn't find any reference using it.

PR Checklist

  • Meaningful title, helpful description and a linked NuGet/Home issue
  • Added tests - N/A manually tested by monitoring emitted telemetry
  • 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 August 28, 2024 22:19
@donnie-msft donnie-msft force-pushed the dev-donnie-msft-navigatedTelemetry branch from 882b68c to 9a4653d Compare August 28, 2024 23:42
@donnie-msft donnie-msft merged commit 8285b74 into dev Sep 4, 2024
28 checks passed
@donnie-msft donnie-msft deleted the dev-donnie-msft-navigatedTelemetry branch September 4, 2024 03:24
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 hyperlinks: License, ReportAbuse, Readme, ProjectUrl
2 participants