Hi,
I can't find a measure to capture the screen resolution
can someone give me a hint?
thxHi 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
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
Hi Chitra,
I would have something like that in EUM (like Device or Browser)
:
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
Thanks for your answer !