Nev

Results 393 comments of Nev

Bother -- I accidently closed the browser before hitting submit, and yes the above is incorrect as ```update``` doesn't exist on the Session class (my bad). Short answer is it's...

Ok, @jvrakesh As mentioned above, I was mistaken and the ```update``` function doesn't exist on the ```session``` object, the ```Session``` and ```_SessionManager``` are in the same file and I missed...

It's not currently scheduled so I don't have a timeframe. We are just finalizing some last minute bug fixes for the 2.7.0 release which we are planning for next week...

Tagging as an enhancement as this has been documented this way for a while. Simplistically, the approach would be for the SDK to encode / decode the documented characters when...

Based on the error message it looks like you are fetching the script `applicationinsights-web.js` from your own CDN and as part of that the mimetype (Content-Type) being returned for the...

It will be the server (or storage) that is serving up the files / CDN. So it will depend on what/how the files are stored and servered up. For example...

Investigations required - Looking at the current API, it doesn't support passing the stddev, need to check whether the server will accept the value if we pass it. - Validate...

When the SDK is updated to send the stdDev it is successfully included and displayed in the portal -- will have a PR shortly to update the trackMetric() to support...

Ok, the issue with the average / sampleCount is because there is a different calculation between what the SDK takes and how the backend "processes" the values. Simplistically, the backend...

And the backend doesn't have the ability to be passed "sum", I'm checking with the portal team on how the valueSum is calculated because of this