ApplicationInsights-JS icon indicating copy to clipboard operation
ApplicationInsights-JS copied to clipboard

Disable Dependency Events

Open kylebonnici opened this issue 2 months ago • 2 comments

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

kylebonnici avatar Oct 15 '25 21:10 kylebonnici

please try set disableAjaxTracking and disableFetchTracking to true or set excludeRequestFromAutoTrackingPattern

Karlie-777 avatar Oct 20 '25 21:10 Karlie-777

Thanks we will try this. It will take some time until we can release and see if this worked or not

kylebonnici avatar Oct 22 '25 11:10 kylebonnici