onInstalled details reason string from object
This commit is contained in:
parent
b1d406a3aa
commit
7ea1ef8b0b
|
@ -11,10 +11,10 @@ var autofillService = new AutofillService();
|
|||
var passwordGenerationService = new PasswordGenerationService();
|
||||
var appIdService = new AppIdService();
|
||||
|
||||
chrome.runtime.onInstalled.addListener(function (reason) {
|
||||
chrome.runtime.onInstalled.addListener(function (details) {
|
||||
ga('send', {
|
||||
hitType: 'event',
|
||||
eventAction: 'onInstalled ' + reason
|
||||
eventAction: 'onInstalled ' + details.reason
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue