diff --git a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee index 5cae91ffd2..635db982c9 100644 --- a/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee +++ b/services/web/public/coffee/ide/pdf/controllers/PdfController.coffee @@ -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