diff --git a/src/components/RecentActivity/index.tsx b/src/components/RecentActivity/index.tsx index 1c4ab8391..9a15ed597 100644 --- a/src/components/RecentActivity/index.tsx +++ b/src/components/RecentActivity/index.tsx @@ -209,7 +209,10 @@ export const RecentActivity = (props: RecentActivityProps) => { action: actions.GO_TO_TRACE, payload: { traceId, - span + span: { + scopeId: span.scopeId, + displayText: span.displayText + } } }); };