From 0724eddb7c1db4ec860e6cee742c925dbfe9cdfe Mon Sep 17 00:00:00 2001 From: Grace Guo Date: Thu, 11 Jun 2020 18:57:52 -0700 Subject: [PATCH] other: [logging] add dashboard is_published into perf logging (#10042) --- superset-frontend/src/dashboard/components/Dashboard.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/dashboard/components/Dashboard.jsx b/superset-frontend/src/dashboard/components/Dashboard.jsx index e870c9f7c..855b7ba7e 100644 --- a/superset-frontend/src/dashboard/components/Dashboard.jsx +++ b/superset-frontend/src/dashboard/components/Dashboard.jsx @@ -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) {