diff --git a/src/background.js b/src/background.js index fae802ba6f..e3eca53e87 100644 --- a/src/background.js +++ b/src/background.js @@ -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 }); });