- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi,
I can't find a measure to capture the screen resolution
can someone give me a hint?
thx- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi Chitra,
I would have something like that in EUM (like Device or Browser)
:
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Thanks for your answer !
