mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
onInstalled event tracking
This commit is contained in:
@@ -11,6 +11,13 @@ var autofillService = new AutofillService();
|
||||
var passwordGenerationService = new PasswordGenerationService();
|
||||
var appIdService = new AppIdService();
|
||||
|
||||
chrome.runtime.onInstalled.addListener(function (reason) {
|
||||
ga('send', {
|
||||
hitType: 'event',
|
||||
eventAction: 'onInstalled ' + reason
|
||||
});
|
||||
});
|
||||
|
||||
function buildContextMenu() {
|
||||
chrome.contextMenus.removeAll();
|
||||
chrome.contextMenus.create({
|
||||
|
||||
Reference in New Issue
Block a user