Nev

Results 393 comments of Nev

Ok, just went to find the code that cracks the connection string and populate the values ([which is here](https://github.com/microsoft/ApplicationInsights-JS/blob/master/AISKU/src/Initialization.ts#L181) and it answers the problem... Basically, the connection string is cracked...

@aaronpowell Hi Aaron, is this issue still relevant based on the changes introduced in #1167 to support a generic getGlobal() lookup method?

It should indeed be using typeof to avoid the JS strict mode checking, just as is done in the dependencies @ https://github.com/microsoft/ApplicationInsights-JS/blob/master/extensions/applicationinsights-dependencies-js/src/ajax.ts#L54

Noted: Will rework the release notes for this release as it's now out there. For context (not that it helps for your team) we delayed this change from a 2.7.x...

Using the sample above there is not an issue and it loads, initializes and calls track the 10 times I tried refreshing the page. Having said that we are aware...

I believe that the server replaces the City / State as part of removing the client ip address, I'll check with them to see if there was a recent change...

Very likely, as this appears to be occurring on the server side where it's getting replaced on ingestion.

I've reached out to the internal team for some guidance as I don't know the answer myself atm.

@seekingtheoptimal I have the following response from the internal team that owns this. Currently, they are using an un-updated version of GeoLite2 and it leads to the discrepancies mentioned. As...