Sending more events to Leanplum.

This commit is contained in:
Brendon Duncan 2018-09-13 11:56:18 +12:00
commit 28ce4d302d
11 changed files with 56 additions and 13 deletions

View file

@ -82,7 +82,7 @@ angular.module('copayApp.controllers').controller('preferencesNotificationsContr
}
var log = new window.BitAnalytics.LogEvent("settings_email_notification_toggle", [{
"toggle": $scope.emailNotifications.value
}], [channel]);
}], [channel, 'leanplum']);
window.BitAnalytics.LogEventHandlers.postEvent(log);
};