I have a Single Page Application (SPA) written in React.The SPA is using fetch API instead of AJAX to communicate CORS endpoints. I am trying to add below EUM codes into my SPA, it is able to report the first page load time.However, it is not able to...
As checked with AppD support, the issue is due to I was dynamically injecting AppD script segments after page loaded. It is working fine now after moving the AppD script segment before page loaded.
Dear @Hiroki.Ito An adrum post request was sent after page load, but there is no adrum post request after a fetch API request made on the same page. Console log haven't any error, and can you advise how I can upload the output of ADRUM.dumpLog() he...