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

Move AJAX hookup logic to snippet

Open AlexBulankou opened this issue 9 years ago • 1 comments

Currently AI JS SDK is subscribing for AJAX requests after full JS from CDN has loaded, which means that we are likely missing initial AJAX requests that are happening before first page load. Suggestion is to refactor it to move the subscribing code to snippet, which would help us miss fewer requests. Opening this issue to see if generates support feedback/support from community so we can decide how to prioritize it.

AlexBulankou avatar Mar 22 '16 16:03 AlexBulankou

I would love this functionality to be implemented

glebteterin avatar Feb 10 '17 02:02 glebteterin