We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fb21e commit 31bf4c2Copy full SHA for 31bf4c2
src/projects/detail/containers/ProjectSummaryReportContainer.jsx
@@ -78,6 +78,7 @@ class ProjectSummaryReportContainer extends React.Component {
78
this.timer = setTimeout(() => {
79
console.log('Looker Session is expired by timer')
80
this.props.setLookerSessionExpired(true)
81
+ window.analytics && window.analytics.track('Looker Session Expired')
82
}, REPORT_SESSION_LENGTH * 1000)
83
}
84
0 commit comments