diff --git a/CHANGELOG.md b/CHANGELOG.md index e48344fa45b..42003a87812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,9 @@ ## Unreleased -- changed: (iOS) `SimpleTextInput` back chevron replaced with "Cancel" button +- added: 'numAccounts' to 'Signup_Complete' event - added: New Kado OTC provider integration. +- changed: (iOS) `SimpleTextInput` back chevron replaced with "Cancel" button - changed: Improved EdgeCrashEvent reporting with additional metadata, tags, and name/message information. - changed: Integrate `installSurvey` endpoint for post-install survey options - changed: Always show Add Wallet button at bottom of asset list diff --git a/src/actions/LoginActions.tsx b/src/actions/LoginActions.tsx index 9488b05aa64..b1603c531d7 100644 --- a/src/actions/LoginActions.tsx +++ b/src/actions/LoginActions.tsx @@ -103,7 +103,7 @@ export function initializeAccount(navigation: NavigationBase, account: EdgeAccou } await createWalletsPromise - dispatch(logEvent('Signup_Complete')) + dispatch(logEvent('Signup_Complete', { numAccounts: getState().core.context.localUsers.length })) } rootNavigation.replace('edgeApp', {