From 88ebb7cd2339bd68db14d2156c0f9fa1beb6660f Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Mon, 26 Sep 2016 14:55:58 -0300 Subject: [PATCH] Added track event to know versions using --- app/Application.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Application.js b/app/Application.js index c7b6e88c..43fdc2b3 100644 --- a/app/Application.js +++ b/app/Application.js @@ -29,6 +29,7 @@ Ext.define('Rambox.Application', { // Set Google Analytics events ga_storage._setAccount('UA-80680424-1'); ga_storage._trackPageview('/index.html', 'main'); + ga_storage._trackEvent('Versions', require('electron').remote.app.getVersion()); // Add shortcuts to switch services using CTRL + Number var map = new Ext.util.KeyMap({