End User Monitoring (EUM)
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Using ADRUM in a Web Worker

is it safe to use the ADRUM methods in a web worker ?   Since web workers can't reference DOM, is it safe to use the following code for Creating the virtual pages and Reporting the data to the EUM cloud inside of a web worker?   var vPageView = new A...

Resolved! Stack Trace for JavaScript Error

Is it possible to see the strack trace in case of Javascript Errors in EUM ?   I can see the details of Error like Script Origin, Line No. and Message. But can't find the stack Trace information in the AppDynamics Portal. The stack Trace can provide ...

Not getting data in AppDynamics

Hi,   I followed the Instrument Xamarin Application blog and implemented each and every step in that, but I do not get the data in appdynamics, can anyone please help me to solve this issue.   Thanks in advance, Sai Priya. C

manual tracking of errors

Hello,  I am trying to send custom error into AD from the web page .. how should I do that? more precisely, where should such error appear?   we have both javascript and ajax error tracking enabled and we're tracking only the virtual pages (no tracki...

Resolved! tracking virtual pages - work with VPageView

Hi, I'd like to clarify expected use cases, how we should work with VPageView tracker object for transition between 2 virtual pages: according to the example down here, the use case could be:   instantiate object:  var tracker = ADRUM.events.VPageVie...

Resolved! custom metric?

Hi,  is there support for custom metrics for EUM? I've found only documentation for server-side custom metrics ..   I am looking for something similar to custom variables in Google Analytics ..    thanks! J.

Using Browser RUM for Custom events

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 Brow...