Nev
Nev
Some README.md files have multiple tables for multiple configurations, update all of the tables if they exist and ensure that the links do not return 404 errors / page
Well I'm back, another option (which is currently being documented by one of our Support people -- not ready yet) is to create and use an [Azure APIM](https://learn.microsoft.com/en-us/azure/api-management/api-management-key-concepts) as the...
It is now available [Using Azure API Management as a proxy for Application Insights Telemetry](https://techcommunity.microsoft.com/blog/azureobservabilityblog/using-azure-api-management-as-a-proxy-for-application-insights-telemetry/4422236)
How are you using the SDK, the `baseData` is a required field by the back end, if we didn't log the error here it would cause the telemetry to fail...
Is this what you "expect" or what is happening? > Page should open normally, but page blocks and any other javascript on the page doesn't work. If it's what you...
Hmm, that is odd. We don't "hook" too many things in the runtime and nothing related to Local or session Storage (we just use the API's). Things that we do...
Secondary thought is that have you noticed whether it's a load order problem and therefore a race condition because your loading from the CDN? ie. does it sometimes work. For...
If your using the CDN, you can change the URL to use the non-minified version to work around the map file nightmares that some runtimes have. [CDN Debugging Support](https://github.com/Microsoft/ApplicationInsights-JS?tab=readme-ov-file#cdn-debugging-support) basically,...
Again no, please review this specific comment https://github.com/microsoft/ApplicationInsights-JS/issues/2523#issuecomment-2895663372, the issue seems to be something about the packaging or package.json configuration and not the code of the SDK
Also create a repro of the issue to get further insights and identify possible solutions