diff --git a/CHANGELOG.md b/CHANGELOG.md index 03cda22f01c..7cce50356a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - added: Transaction id for swap details +- added: 'numAccounts' to 'Signup_Complete' event - added: New Kado OTC provider integration. - changed: `WalletListScene` filter mode remains active on empty text - changed: (iOS) `SimpleTextInput` back chevron replaced with "Cancel" button 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', {