fix(wallet): resolve analytics and UX regressions#27670
Conversation
Co-authored-by: Patryk Łucka <PatrykLucka@users.noreply.github.com>
Co-authored-by: Patryk Łucka <PatrykLucka@users.noreply.github.com>
Co-authored-by: Patryk Łucka <PatrykLucka@users.noreply.github.com>
a20d356 to
79c60fc
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
There are 3 total unresolved issues (including 1 from previous review).
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
Tag selection rationale:
No other tags are needed as there are no changes to confirmations, network management, trading flows, or other feature areas. The changes are isolated to analytics tracking and a minor string key fix. Performance Test Selection: |
|
✅ E2E Fixture Validation — Schema is up to date |
|




Description
This PR resolves three tickets in wallet/cash/multichain flows:
Token Details Openedsource for aggregated mUSD row tohome_section.cta_click_target: 'cta_button'tomUSD Conversion CTA Clicked.Address copied to clipboard.Changelog
CHANGELOG entry: Fixed several wallet regressions affecting mUSD analytics tracking and address copy messaging consistency
Related issues
Refs: TMCU-565
Refs: TMCU-556
Refs: TMCU-429
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk: changes are limited to analytics payload/source attribution and a toast string, with small navigation param updates covered by tests.
Overview
Fixes wallet analytics regressions by introducing
TokenDetailsSource.HomeSectionand using it when navigating to Token Details from the homepage Cash mUSD aggregated row; Token Details open tracking now treats this source like token-list entry points for A/B attribution.Adds missing
cta_click_target: 'cta_button'to theMUSD_CONVERSION_CTA_CLICKEDevent from the Cash “Get mUSD” CTA (and updates tests accordingly). Standardizes the multichain address-copy toast message tonotifications.address_copied_to_clipboard.Written by Cursor Bugbot for commit 12a5ade. This will update automatically on new commits. Configure here.