Nev
Nev
Interesting use-case, the key portion is point 1 `host two sites with different domains`. I've tagged as an enhancement as this could be added as an optional configuration that could...
One thing you can do in the meantime is to provide your own [`setcookie`](https://microsoft.github.io/ApplicationInsights-JS/webSdk/applicationinsights-core-js/interfaces/ICookieMgrConfig.html#setCookie) implementation. The default version (when you don't provide one is [here](https://github.com/microsoft/ApplicationInsights-JS/blob/050afbc78923cdf4634ff23f4e21abf2060b0744/shared/AppInsightsCore/src/JavaScriptSDK/CookieMgr.ts#L406-L411), so the "value" is the...
Hello, as a generic library we will not be removing the backward compatibility support for "hooking" the `unload` event. However, we have a really badly documented (like barely) configuration option...
Our team doesn't directly maintain the NuGet package, however, the "configuration" that is defined in the snippet does support having this included , see https://github.com/Microsoft/ApplicationInsights-JS?tab=readme-ov-file#snippet-setup-ignore-if-using-npm-setup The `cfg` section defined here...
Sorry for the delay, I've been OOF... This (should) work, and for this instance of the SDK this should be blocking the usage of the unload event. There are a...
This sounds like an angular configuration issue, where you have not registered the provide for application insights. That is beyond to general knowledge of our team. Suggest that you ask...
I will update the listed "staffing" after getting responses via Slack, rather than just nominating the names from the Client Rum Sig. Also if your reading this and want to...
PR Created #1702
Is this for requests originating from the browser? ie. you are sending out HEAD requests?
If so we added the ability to add a dependency listener / initializer (the initializer is what you would want here), where you can "inspect" the events before they are...