Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit f015dd6

Browse files
authored
Adding telemtry event (#996)
Co-authored-by: Darren Hoehna <dahoehna@microsoft.com>
1 parent c7a0f71 commit f015dd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/SetupFlow/DevHome.SetupFlow/ViewModels/SummaryViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ public SummaryViewModel(
174174

175175
protected async override Task OnFirstNavigateToAsync()
176176
{
177+
TelemetryFactory.Get<ITelemetry>().LogMeasure("Summary_NavigatedTo_Event");
177178
_orchestrator.ReleaseRemoteFactory();
178179
await ReloadCatalogsAsync();
179180
}

0 commit comments

Comments
 (0)