You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
Add a new property
ApplicationInsightsServiceOptions.EnableAuthenticatedUserTrackingthat adds the following to the emitted JS:Note that it has to essentially be as if the user had done the following in the Razor view (this is from the AppInsights docs):
@if (User.Identity.IsAuthenticated) { <script> appInsights.setAuthenticatedUserContext("@User.Identity.Name.Replace("\\", "\\\\")".replace(/[,;=| ]+/g, "_")); </script> }