From e1fb4a51c634489716dc8e2697ffb64486399ffd Mon Sep 17 00:00:00 2001 From: Paulo Reis Date: Fri, 8 Jul 2016 11:17:18 +0100 Subject: [PATCH] Identify sampled events. --- .../web/public/coffee/ide/pdf/controllers/PdfController.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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