From 82b81c2b75b60eee02de067a08c14aacb1762cce Mon Sep 17 00:00:00 2001 From: Yunwen Zheng Date: Tue, 25 Nov 2025 09:48:57 -0500 Subject: [PATCH] Rudderstack Event: When click dashboard list item, add uid to rudderstack event (#114374) NameCell: add uid to rudderstack event --- public/app/features/browse-dashboards/components/NameCell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/browse-dashboards/components/NameCell.tsx b/public/app/features/browse-dashboards/components/NameCell.tsx index 4ee8ceba594..0049fb8f829 100644 --- a/public/app/features/browse-dashboards/components/NameCell.tsx +++ b/public/app/features/browse-dashboards/components/NameCell.tsx @@ -97,6 +97,7 @@ export function NameCell({ row: { original: data }, onFolderClick, treeID }: Nam itemKind: item.kind, parent: item.parentUID ? 'folder' : 'root', source: 'browseDashboardsPage_BrowseView', + uid: item.uid, }); }} href={item.url}