You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means there is currently no way to have absolute positioning outside of those project types.
Solution Brainstorm
Absolute positioning should be dependent on rendering_system. Maybe we should also check rendering_system.includes('absolute') so this can be overridden from the SDKs without having to update a list in Sentry?
We should also document this in the RFC. Currently it doesn't even mention absolute/relative positioning!
Product Area
Issues
The text was updated successfully, but these errors were encountered:
timfish
changed the title
View Hierarchy relative/absolute positioning should be dependent on rendering_system rather than project.platform
View Hierarchy absolute positioning should be dependent on rendering_system rather than project.platformJan 11, 2025
Problem Statement
Currently, the only way to enable absolute positioning for the View Hierarchy wireframe, is to choose a specific project type:
sentry/static/app/components/events/viewHierarchy/utils.tsx
Lines 44 to 47 in 5f9a15d
sentry/static/app/components/events/viewHierarchy/wireframe.tsx
Lines 51 to 54 in 5f9a15d
This means there is currently no way to have absolute positioning outside of those project types.
Solution Brainstorm
Absolute positioning should be dependent on
rendering_system
. Maybe we should also checkrendering_system.includes('absolute')
so this can be overridden from the SDKs without having to update a list in Sentry?We should also document this in the RFC. Currently it doesn't even mention absolute/relative positioning!
Product Area
Issues
The text was updated successfully, but these errors were encountered: