mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
onInstalled details reason string from object
This commit is contained in:
@@ -11,10 +11,10 @@ var autofillService = new AutofillService();
|
|||||||
var passwordGenerationService = new PasswordGenerationService();
|
var passwordGenerationService = new PasswordGenerationService();
|
||||||
var appIdService = new AppIdService();
|
var appIdService = new AppIdService();
|
||||||
|
|
||||||
chrome.runtime.onInstalled.addListener(function (reason) {
|
chrome.runtime.onInstalled.addListener(function (details) {
|
||||||
ga('send', {
|
ga('send', {
|
||||||
hitType: 'event',
|
hitType: 'event',
|
||||||
eventAction: 'onInstalled ' + reason
|
eventAction: 'onInstalled ' + details.reason
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user