mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
add frontend logging utility function (#4226)
add loading log for dash and exploreview breakdown whole page load action to multiple charts loading events and render events
This commit is contained in:
@@ -5,7 +5,7 @@ import * as dashboardActions from '../actions';
|
||||
import * as chartActions from '../../chart/chartAction';
|
||||
import Dashboard from './Dashboard';
|
||||
|
||||
function mapStateToProps({ charts, dashboard }) {
|
||||
function mapStateToProps({ charts, dashboard, impressionId }) {
|
||||
return {
|
||||
initMessages: dashboard.common.flash_messages,
|
||||
timeout: dashboard.common.conf.SUPERSET_WEBSERVER_TIMEOUT,
|
||||
@@ -17,6 +17,7 @@ function mapStateToProps({ charts, dashboard }) {
|
||||
userId: dashboard.userId,
|
||||
isStarred: !!dashboard.isStarred,
|
||||
editMode: dashboard.editMode,
|
||||
impressionId,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user