mirror of
https://github.com/apache/superset.git
synced 2026-06-06 16:19:18 +00:00
other: [logging] add dashboard is_published into perf logging (#10042)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user