cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Measure for Screen Resolution in EUM

l.decarsin
New Poster

Hi,

I can't find a measure to capture the screen resolution

can someone give me a hint?

thx
4 REPLIES 4

Chitra.Lal
AppDynamics Team

Hi Decarsin,

 

Not sure what exactly are you trying to find here, would you be able to elaborate the requirement possibly attaching ay screeenshots that could depict the ask. 

 

Thanks,

Chitra



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Hi Chitra,

 

I would have something like that in EUM (like Device or Browser) 

:

 

figures-resolution

Hi Decarsin,

 

Thanks for sharing the screenshot; Unfortunately we do not have this functionality in the product as of now. We don't show the screen resolution details anywhere. But the good news is that we already have this feature under discussion and this might be prioritized for the future versions by the PM team.

As of now, may be you can use a workaround fo this though: 


One workaround that I can think of is to use JS API to get the screen resolution

window.screen.availHeight
window.screen.availWidth

then report it back to EUM using custom user data.
See : https://docs.appdynamics.com/display/PRO44/Add+Custom+User+Data+to+a+Page+Browser+Snapshot

 

Hope this helps.

 

Regards,

Chitra



Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.

Thanks for your answer !