1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-28 17:27:50 +01:00

ga event for open popup

This commit is contained in:
Kyle Spearrin 2018-01-17 10:23:11 -05:00
parent 2cc761ae26
commit 98c734bc09

View File

@ -93,5 +93,10 @@ export default class CommandsBackground {
}
safari.extension.toolbarItems[0].showPopover();
(window as any).ga('send', {
hitType: 'event',
eventAction: 'Opened Popup From Command',
});
}
}