Piyali Jana (MS)

Results 8 comments of Piyali Jana (MS)

@ranjitkrishnan - did you provide the same name that you used in startTrackPage() for stopTrackPage(). You do not need to use trackPageView() if you are using startTrackPage() + stopTrackPage()

overridePageViewDuration is to enable you to provide a manual measurement. The timeline depends on where you are firing the startPageView(). Are you firing this early enough in the page?

Also, overridePageViewDuration is applicable only to trackPageView() api

@OsvaldoRosado - what is referenced as 0 in the graph above (is it earliest timeline for a specific set of related events?). For automatic pageview tracking, the telemetry is sent...

Referencing PR https://github.com/Microsoft/ApplicationInsights-JS/pull/804 to fix issue around dependency time tracking. Fix will be available only in Javascript SDK beta version 2.0.4

Cross apps query has strong support in the portal today. So, splitting up client side to a separate ikey is recommended here. Have you considered dropped data on client where...

What kind of app do you have? You can create a second application insights resource in the azure portal. Update instrumentation key that is used in javascript and redeploy your...

While we dont have support for promises, new beta SDK has support for subscribing to notification when data has been sent. WIll be adding documentation soon for this.