mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-14 10:16:02 +01:00
added version dimension to analytics tracking
This commit is contained in:
parent
96c8a99173
commit
deb3cbeb48
@ -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 () { });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user