Trace your Application Insights events inside Visual Studio Diagnostic tools

Trace your Application Insights events inside Visual Studio Diagnostic tools

In Visual Studio, can get a detailed of the Application Insights events while you are debugging. To use this functionality, open the Diagnostic Tools window (Debug -> Diagnostic Tools). Along with other events, Application Insights events also trace inside the diagnostic tool.

Open the Diagnostic tool in Visual Studio while your Application Insights is on, you should be able to see the event trace as show in below. One mouse hover the application insights event details would be displayed.

Appinsights Events in Diagnastic Tools

 

Must Read : Searching Application Insights Data inside Visual Studio 2015

The Event Tab shows the all list of events, and you can do filter out of them – for an example filter on Application Insight to get list of all Application Insights traced events for the app.

 

Login Request

You can navigate to specific event details from events list by just clicking through them.

Telemetry Events

Overall experience as remain same as other events, the added features is now you the events for Application Insights also tracked.

Hope this helps.

Abhijit Jana

Abhijit runs the Daily .NET Tips. He started this site with a vision to have a single knowledge base of .NET tips and tricks and share post that can quickly help any developers . He is a Former Microsoft ASP.NET MVP, CodeProject MVP, Mentor, Speaker, Author, Technology Evangelist and presently working as a .NET Consultant. He blogs at http://abhijitjana.net , you can follow him @AbhijitJana . He is the author of book Kinect for Windows SDK Programming Guide.

4 Comments to “Trace your Application Insights events inside Visual Studio Diagnostic tools”

Comments are closed.