Hello,
A customer asked if it is possible to monitor 3rd party resources. Action count and load time are already available, see below. But I am looking for a metric or an error count. Any ideas?
KR Henk
Solved! Go to Solution.
Hi,
Our internal teams are also interested in charting third party resources. Any thoughts on this will be appreciated!
Cheers,
Ragul
Hi Ragul,
Not a perfect solution, but we added below on the webpage
dtrum.enterAction('change page', 'timeout', null, 'info'); => returns a number
dtrum.leaveAction(use returned number)
this will show the page load to the 3rd party
(thx Marc)
KR Henk