sentry-electron
sentry-electron copied to clipboard
Support view hierarchy for window layouts
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.