mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Merge pull request #1812 from overleaf/jel-trial-impression-history
Send history trial impression event GitOrigin-RevId: 7256738eda99bae2b2be11459e5eba164afdc2f4
This commit is contained in:
committed by
sharelatex
parent
48b5c7e209
commit
0fe129f3f5
@@ -869,6 +869,15 @@ define([
|
||||
) {
|
||||
cutOffIndex = i || 1 // Make sure that we show at least one entry (to allow labelling).
|
||||
this.$scope.history.freeHistoryLimitHit = true
|
||||
if (this.$scope.project.owner._id === this.$scope.user.id) {
|
||||
ga(
|
||||
'send',
|
||||
'event',
|
||||
'subscription-funnel',
|
||||
'editor-click-feature',
|
||||
'history'
|
||||
)
|
||||
}
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user