We are using the client-side javascript SDK (via the snippet-based integration) for Application Insights to track custom events How can I add custom properties to this? Something like this?! Answer As seen on the JS Azure appinsights github page: Custom properties can be included in your telemetry through the properties named argument. This can be done with any of the
Tag: azure-application-insights
How to process tracked information in Application Insights
I am using Application Insights to track events in my web pages: However I can see that each entry in the log, collects some info regarding several other things like: User Id Session Id Operation name The last one is sensitive as I can get the name of the computer or some other stuff. In order to comply to the
How to get Time to interact to a webpage via App Insights
I am using App Insights from Azure to get the analytic data for a website. From the browserTimings and Pageviews settings I am able to get the Load time and receiveDuration. My website has certain ajax requests loading in (async=true) manner. Due to which in chrome network capture, I am able to see Finish:2.15 Sec , DOMContentLoaded :1.05 s, Load:
Application Insights secure cookies
Hi I have a WebApp on which I am using Application Insights with the Javascript SDK. In the Chrome developer tools I see that there are 2 cookier, ai_user and ai_session, which are not secure. I have already changed the code in my app to have all other cookies as secure, but I can’t manage to have these ones also