Nev

Results 393 comments of Nev

Hi @madebymt, Good questions I'm a little surprised that these have not been discussed before but as "AI Internal" messages they are generally used to signal that the SDK was...

Yes, this is caused because the UserAgent is now frozen (the browser lies to us via the UA about which OS version it's running on). And because this information is...

The error is being thrown because you have enabled the "enableDebug" setting turned on (it's off by default). With this setting it will cause all calls to `throwInternal` to be...

For the length, that not possible as they are generic messages so they will need to continue calling the function they do now which (depending on the configuration) cause the...

Interesting, this is a good observation. Most people probably have not identified this because of the small window of time between when the snippet runs and drops the SDK script...

Simplistically, this "could" be implemented by abstracting this field out into a configuration https://github.com/microsoft/ApplicationInsights-JS/blob/8f53f2d4e2dc4e180e5dc918d34d8ae7499306ac/extensions/applicationinsights-clickanalytics-js/src/handlers/AutoCaptureHandler.ts#L61 But there may be some additional code required that I've not located based on my first...

Hello, I'm going to need a little more information to fully understand and hopefully provide some meaningful assistance. First, what versions of the SDK(s) are you using? This is primarily...

> server side are going without traceparent or Request-Id I have several possible ideas here, - Maybe this issue #2120 which is already fixed in v2 and we release v3.0.3...

I agree, including as much context as possible for Exceptions is always a good thing (so tagging as an enhancement), however, this will require some investigation before we can provide...

Ok, finally have a response that I'll try and articulate here. - The disclaimer that we have already is the generic disclaimer used across Microsoft and as such this will...