Skip to content

Commit

Permalink
Track Explore page CSV downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed May 2, 2024
1 parent a5b8a71 commit 6a533b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hub/static/js/explore.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ const app = createApp({
a.download = "explore.csv"
a.click()
window.URL.revokeObjectURL(a.href)
trackEvent('explore_download_csv')
}

this.loading = false
Expand Down

0 comments on commit 6a533b7

Please sign in to comment.