I noticed here
https://docs.appdynamics.com/display/PRO42/Alert+and+Respond+API#AlertandRespondAPI-CreateaCustomEvent
that it is possible at least for server application monitoring to have custom events sent.
I am more interested in using Browser RUM for end user monitoring. I realize it using Angular to a degree to record page views and I want that but I also want a way to record custom events so I can know what buttons they clicked or other related events.
Is this possible?
Also, would it be possible to host the Browser RUM script on NPM. The node JS one is hosted here:
https://www.npmjs.com/package/appdynamics
I figured the other would be there as well but couldn't find it.
Thanks
... View more