sentry-electron icon indicating copy to clipboard operation
sentry-electron copied to clipboard

Support view hierarchy for window layouts

Open timfish opened this issue 1 year ago • 1 comments

Problem Statement

The view hierarchy RFC details a way to send the apps window layout with events.

Solution Brainstorm

In Electron we have access to all the app window dimensions and locations which could be sent with events using this attachment type.

timfish avatar Mar 20 '24 12:03 timfish

So looking at this again... view hierarchy attachments allow you to list the windows. The complication with desktop apps is that there can be multiple displays with windows on each of them.

Should we list the displays as "windows" with the windows as children?

timfish avatar Dec 17 '24 16:12 timfish