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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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) {