other: [logging] add dashboard is_published into perf logging (#10042)

This commit is contained in:
Grace Guo
2020-06-11 18:57:52 -07:00
committed by GitHub
parent 9532bff48f
commit 0724eddb7c

View File

@@ -96,6 +96,7 @@ class Dashboard extends React.PureComponent {
is_edit_mode: dashboardState.editMode,
mount_duration: Logger.getTimestamp(),
is_empty: isDashboardEmpty(layout),
is_published: dashboardState.isPublished,
};
const directLinkComponentId = getLocationHash();
if (directLinkComponentId) {