Nev

Results 393 comments of Nev

@sugi, please update the branch and resolve any issues. The basic change looks good to me, so I've approved the test run so that in the meantime it will identify...

Yes, this is by design so that the SDK completes initialization. If you don't want this initial "pageview" then you can either not use the snippet, or add / include...

This exception is coming from one of your telemetry initializers. You are referencing the `properties` property from the event, however, for the event that is being processed the parent of...

Hmm, this looks like the "snippet" (SDK Loader code) and not the main SDK. Which "version" of the snippet are you including, it's denoted by the value of the sv:"#"...

Yes, that is the line I would expect matches the minified above, but, I would not expect the `queue` to be undefined... @siyuniu-ms Can you see if you can reproduce...

Sounds like a race condition, where the `instance` object of the "ApplicaitonInsights" is being overwritten. This can happen when - The hosting environment is "loading" multiple versions (think v1 and...

> Will it create a race condition? A 302, itself won't necessarily cause the race condition, but because of the additional delay required for the round trips of the request...

Hi, There is not much to go on here, but it should be working a couple of questions which might help narrow down where the issue might be - What...

Try adding everything back except the click analytics plugin as that plugin was specifically designed for the main web page. I (suspect) that there might be something in there that...

Hmm, the only other recursive code is around the validation / serialization of the "event", which would mean that there is something assigned to the "event" that loops back on...