mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Use sampled tracking in editor recompiles.
This commit is contained in:
@@ -267,12 +267,10 @@ define [
|
||||
return path
|
||||
|
||||
$scope.recompile = (options = {}) ->
|
||||
# event_tracking.sendCountly "editor-recompile", options
|
||||
|
||||
event_tracking.sendCountlySampled "editor-recompile", options
|
||||
|
||||
return if $scope.pdf.compiling
|
||||
|
||||
event_tracking.sendCountlySampled "editor-recompile", options
|
||||
|
||||
$scope.pdf.compiling = true
|
||||
|
||||
ide.$scope.$broadcast("flush-changes")
|
||||
|
||||
Reference in New Issue
Block a user