Skip to content

Commit

Permalink
other: [logging] add dashboard is_published into perf logging (apache…
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo authored and auxten committed Nov 20, 2020
1 parent 87ac74a commit be8e82b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/dashboard/components/Dashboard.jsx
Expand Up @@ -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) {
Expand Down

0 comments on commit be8e82b

Please sign in to comment.