Identify sampled events.

This commit is contained in:
Paulo Reis 2016-07-08 11:17:18 +01:00
parent c5cf151add
commit e1fb4a51c6

View file

@ -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