Skip to content

Commit

Permalink
Add 'numAccounts' to 'Signup_Complete' event
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge committed Dec 19, 2024
1 parent bb069b1 commit b20fba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/actions/LoginActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit b20fba7

Please sign in to comment.