mirror of
https://github.com/bitwarden/browser
synced 2025-01-06 15:38:42 +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();
|
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