I am new to application knowledge and configured it without using special events, and I use all the defaults. The application is built on MVC 5. There is a comment in ApplicationInsights.config:
"When implementing custom tracking in your application, remove this telemetry initializer to ensure the exact number of user messages in Application Insights."
We have a page where you need to log in, so registering users by default doesnβt say much, and we would rather prefer the username to be a unique identifier. Based on the commentary, it seems that this should be some kind of general modification, and therefore it is easy to modify it. When I try Google on "user tracking of users" I find nothing interesting that seems a little strange ...
So, how do I associate a user in Application Insights with my username instead of navigating to some cookie that seems to be the default?
source share