Skip to content

Commit 31bf4c2

Browse files
committed
feat: analytic event when looker session expired
ref issue #3727
1 parent 48fb21e commit 31bf4c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/projects/detail/containers/ProjectSummaryReportContainer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class ProjectSummaryReportContainer extends React.Component {
7878
this.timer = setTimeout(() => {
7979
console.log('Looker Session is expired by timer')
8080
this.props.setLookerSessionExpired(true)
81+
window.analytics && window.analytics.track('Looker Session Expired')
8182
}, REPORT_SESSION_LENGTH * 1000)
8283
}
8384

0 commit comments

Comments
 (0)