Skip to content

Commit

Permalink
Merge pull request #5389 from EdgeApp/jon/fix/referral-attribution
Browse files Browse the repository at this point in the history
Add 'numAccounts' to 'Signup_Complete' event
  • Loading branch information
Jon-edge authored Dec 19, 2024
2 parents bb069b1 + b20fba7 commit 011e568
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 011e568

Please sign in to comment.