Nev
Nev
Hmm, it shouldn't... (but I guess you know that part already). Can you supply a sample value of what the `serverId` value is, so that I can try for a...
Ok, finally managed to repro and trace this issue down, there are a couple of issues One of which is that the documentation on MS Docs has a bug, so...
I've raised an internal task to get [the advanced correlation docs](https://docs.microsoft.com/en-us/azure/azure-monitor/app/javascript?tabs=snippet#advanced-correlation) fixed and will close this issue (assuming there is nothing else) once the documentation is fixed and deployed.
`appInsights.context.telemetryTrace.operationID` is not a value that is referenced in the code, so therefore it's not populated in the event. This is the [telemetryTrace object ](https://github.com/microsoft/ApplicationInsights-JS/blob/master/extensions/applicationinsights-properties-js/src/Context/TelemetryTrace.ts) and for the 'ai.operation.id' tag...
Internally we tag the reporting calls as internal to stop the endpoints from reporting that an ajax request occurred. We do this by "tagging" the XHR or fetch request as...
Generally, this code should work... The only issue I could possibly see would be that if your using a polyfill for fetch() which is now implementing the `Headers` and `Blob`...
Do you have `enableAjaxPerfTracking` enabled? This seems to indicate that a "real" exception occurred, can you try using either the [Chrome Debug Extension](https://github.com/microsoft/ApplicationInsights-JS/tree/master/tools/chrome-debug-extension) or the [Debug Plugin](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/applicationinsights-debugplugin-js) as both of...
The duration reported by the SDK is based on several factors, but can basically be broken down to - The time between when the browser starts page navigation and when...
I believe the issue with #1737 was that there where 2 instances of the SDK getting loaded which actually ended up using different definitions of the `trackTrace` implmentation (v1 for...
@Karlie-777 can you please investigate this a bit further (create a repro and a unit test for the issue and then address any issues). For reference `get flattened, stringified or...