In 3.x, PageView tracking through TrackPageView was removed (https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/BreakingChanges.md#methods) . The recommended migration path was to use TrackEvent instead.
However, using custom events for PageView tracking does not allow users to view tracking data under "PageViews" in the Application Insights UI. Custom events and PageView events are mixed together.
3.x should provide a mechanism to have events show up in the PageView tracking UI in Application Insights
In 3.x, PageView tracking through
TrackPageViewwas removed (https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/BreakingChanges.md#methods) . The recommended migration path was to useTrackEventinstead.However, using custom events for PageView tracking does not allow users to view tracking data under "PageViews" in the Application Insights UI. Custom events and PageView events are mixed together.
3.x should provide a mechanism to have events show up in the PageView tracking UI in Application Insights