1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-08 12:34:53 +02:00

added version dimension to analytics tracking

This commit is contained in:
Kyle Spearrin 2016-09-27 23:35:07 -04:00
parent 96c8a99173
commit deb3cbeb48

View File

@ -18,6 +18,9 @@ if (gaTrackingId) {
ga('create', gaTrackingId, 'auto');
}
// version dimension
ga('set', 'dimension1', chrome.runtime.getManifest().version);
// Removes failing protocol check. ref: http://stackoverflow.com/a/22152353/1958200
ga('set', 'checkProtocolTask', function () { });