Hi,
We have being using the virtual pages logging in the end user monitoring to give us very valuable information about our end users.
Recently we upgraded the angular ui-router from 0.4.2 to 1.0.6 and this has stopped virtual pages data from being...
Hi Gaurav,
Sorry for my late reply. I was on holidays for the last month so I only got back to working on this problem this week.
We tried to Bootstrap Angular using the 'Manually Initializing the JavaScript Agent (Optional)' method but that did no...
Hi Gaurav,
We have fixed the race condition in our application now but virtual pages are still not being logged in AppDynamics.I have attached a new har file.We now Bootstrap Angular using the manual recommended way. This is the sequence of request...
Hi Gaurav,
I have attached a new har capture file with content and hopefully third time is a charm.
If you still do not see the content for the request then tell me which request you are looking at and I can make sure it returns a response body. Some...
Angular is loaded from a base page via the below html attribute in our application.
Snippet
@{
ViewBag.Title = Views.IndexPageTitle();
ViewBag.HtmlAttributtes = "data-ng-app=app data-ng-csp data-ng-strict-di=true";
}
I have redone the capture of the Har file. My first attempt starting recording after the application was loaded.
Angular is loaded the first time the base page is loaded. I will ask the web developer for more details on this tommorrow.
Hopefully my s...