Hello,
I have an application developed with Angular4. I am trying to enable AppDynamics EUM using documentation.
According to the AppDynamics documentation you have mentioned that for Angular 2 and 4 need to report the events manually.
Here the listed below events that you mentioned in the documentation
start()
end()
startCorrelatingXhrs()
stopCorrelatingXhrs()
stopCorrelatingXhrs()
markVirtualPageEnd()
startCorrelatingXhrs()
stopCorrelatingXhrs()
markViewChangeStart()
markViewChangeEnd()
markViewDOMLoaded()
markXhrRequestsCompleted()
markViewResourcesLoaded()
markVirtualPageStart()
markVirtualPageEnd()
I got confused where to inject this above event whether in typescript or in JavaScript code.
Can you explain which place to call the above ADRUM Event API functions in application code?
Its better if you explain each event call with a sample application developed with Angular 4.
Thanks in Advance,
Martin
... View more