etr2460 commented on a change in pull request #9733:
URL:
https://github.com/apache/incubator-superset/pull/9733#discussion_r419800878
##########
File path: superset-frontend/src/logger/LogUtils.js
##########
@@ -19,6 +19,7 @@
// Log event names ------------------------------------------------------------
export const LOG_ACTIONS_LOAD_CHART = 'load_chart';
export const LOG_ACTIONS_RENDER_CHART = 'render_chart';
+export const LOG_ACTIONS_HIDDEN_BROWSER_TAB = 'hidden_browser_tab';
Review comment:
I guess my point is, we're not logging an event when the browser tab is
hidden, rather we're logging the point when the tab becomes visible again. And
the most valuable part of this is the amount of time it spent in the hidden
state
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]