Nev
Nev
Yeh, I wasn't trying to discount your work as it's a really good summary of how you go about implementing such a solution. I was just trying to help frame...
> Could I suggest using different Instrumentation Keys for different telemetry types? This is a little problematic as the instrumentation key is used to route the telemetry to a specific...
> But that is exactly the point. If you get malicious data, a solution could be to create a reverse proxy endpoint, but then you need to regenerate the instrumentation...
> 1. How to have separate session id for different tabs in same browser. This is not possible out of the box because cookies are shared across the same domains,...
Ok, "technically" they exist and in v2.x they were indirectly (accidently) exposed via an internally exported class (rather than it's interface) where in v3.x we change the exported `context` to...
https://github.com/microsoft/ApplicationInsights-JS/blob/master/extensions/applicationinsights-dependencies-js/src/ajaxRecord.ts#L329-L340
The actual status code is (or should) already be logged, I'm not sure about the status text. Generally, though the status code of "zero" means that this is the value...
Yes, the SDK has a general assumption that it will be online all or most of the time and I don't believe that we have any general plans to assume...
The Send buffer should be storing the values in the Session Storage and only clear them out after they have been sent. It also does in fact have an [online...