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:
parent
2cc761ae26
commit
98c734bc09
@ -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',
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user