Skip to content

Commit 37e7940

Browse files
bruno-garciaandrewshie-sentry
authored andcommitted
move view hierarchy over package data (#91619)
Packages/Assemblies can be a huge list of things. It can be useful, it's a lot of information and definitely less useful than View Hierarchy ![image](https://github.com/user-attachments/assets/bd177bb9-1768-462b-9114-afa7d6d90a85) ![image](https://github.com/user-attachments/assets/1e8b2011-1634-4cce-b124-af2304281e58) This PR flips the order. Note that view hierarchy only shows up in the UI if one is attached.
1 parent 79bd02e commit 37e7940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/issueDetails/groupEventDetails/groupEventDetailsContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,9 @@ export function EventDetailsContent({
411411
<EventFeatureFlagSection group={group} project={project} event={event} />
412412
</ErrorBoundary>
413413
<EventExtraData event={event} />
414+
<EventViewHierarchy event={event} project={project} />
414415
<EventPackageData event={event} />
415416
<EventDevice event={event} />
416-
<EventViewHierarchy event={event} project={project} />
417417
<EventAttachments event={event} project={project} group={group} />
418418
<EventSdk sdk={event.sdk} meta={event._meta?.sdk} />
419419
{hasStreamlinedUI && (

0 commit comments

Comments
 (0)