other: [logging] add dashboard is_published into perf logging (#10042)
This commit is contained in:
parent
9532bff48f
commit
0724eddb7c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue