mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 01:12:27 +00:00
Identify sampled events.
This commit is contained in:
parent
c5cf151add
commit
e1fb4a51c6
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ define [
|
|||
$scope.recompile = (options = {}) ->
|
||||
return if $scope.pdf.compiling
|
||||
|
||||
event_tracking.sendCountlySampled "editor-recompile", options
|
||||
event_tracking.sendCountlySampled "editor-recompile-sampled", options
|
||||
|
||||
$scope.pdf.compiling = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue