ApplicationInsights-JS
ApplicationInsights-JS copied to clipboard
Disable Dependency Events
In am trying to disable the dependency events but I am unable to find how to do this.
In the applicationinsights module this can be disabled using enableAutoCollectDependencies = false. I cannot find the equivalent of this for @microsoft/applicationinsights-web
Thanks
please try set disableAjaxTracking and disableFetchTracking to true or set excludeRequestFromAutoTrackingPattern
Thanks we will try this. It will take some time until we can release and see if this worked or not