Nev
Nev
This has been discussed internally (as part of adding it to the server side SDK's) and there is no secure way of providing the AAD authentication details safely to the...
The AAD token is a "service" token not user based... And if it was user based there would also be a telemetry "gap" between when the page is loaded and...
My understanding is due to the way the back-end validates the token, as mentioned above the user actually needs to validate against the backend so that any credentials are passed...
Clients don't send Live Metrics or any `API Keys` so this is purely for Server side applications.
Well, that does seem strange.... Basically `enableAutoRouteTracking` really just hooks the `history` API for `replaceState` and `pushState` which when either of those events occur, on completion it sends it's own...
This looks like the `node` SDK and not this SDK (browser focused)??? Transfering to the `node` github
@JacksonWeber / @hectorhdzg ??
We have created the following Application Insights Issue to address the inclusion of these dependencies, as they are not actually needed at runtime, once we rework the inclusion we will...
The "correct" location of the configuration is actually part of the `extensionConfig` so it should be something like `extensionConfig["AjaxDependencyPlugin"]: { ignoreHeaders: [] }`