Nev
Nev
If your local dev instance is not creating the cookies then "your" SDK instance that you are configuring is operating correctly. When deployed to Azure, it sounds like one (or...
Yes, if a custom header is included (sent) the browser will perform an OPTIONS call and when that header is not included in the response the browser will block the...
We actually have some customers that don't directly send the request to AzureMonitor, but rather send to themselves so they can either add more information or do some additional authentication...
Adding version 5 of the snippet (to address a couple of minor bugs), and also adding #1403
You almost have it, this should do the trick ```JavaScript appInsights.context.session.id = guid.toString(); appInsights.context.session.update(); ```
Moving this session discussion to a different issue as it's not related to this one #1646
I believe this is an issue with your project in that you will need to include tslib into your package.json. Internally, we dynamically replace all internal tslib references so we...
Yes, both are persistent cookies (because of the expiry time), so they will be shared across all instances of the same browser up until the cookies are cleared or expire....
@qubicaamf Clarification question (as we are having internal discussions), Are you asking specifically about the 500's being returned or the issue with the backed up events (because the SDK is...
Hi All, Guidance we have received from the server team on this issue is that this is because when the server has an issue and returns an internal error (5xx)...