chore: rename follow trade notification clicked event#30449
Conversation
|
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:
The old name has zero remaining references (confirmed by grep), so the rename is complete. No functional logic, UI, state management, or core flow changes were made. The deep link handler is in the Social Trader / Predictions domain, so SmokePredictions is the most relevant tag to validate the deep link flow still works correctly. No other tags are warranted since this is purely an analytics rename with no impact on confirmations, accounts, networks, or other features. Performance Test Selection: |
|



Description
Renames the Top Traders / social leaderboard analytics event from Follow Trade Notification Clicked to Follow Trading Notification Clicked so it matches the segment-schema definition and naming used by other follow-trading events.
Changelog
CHANGELOG entry: null
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Low Risk
Low risk rename of a single analytics event constant and its usage; main risk is breaking downstream analytics dashboards if consumers still expect the old event name.
Overview
Renames the social leaderboard analytics event from
SOCIAL_FOLLOW_TRADE_NOTIFICATION_CLICKEDtoSOCIAL_FOLLOW_TRADING_NOTIFICATION_CLICKED(and updates the emitted string to "Follow Trading Notification Clicked") inMetaMetrics.events.Updates
handleSocialTraderPositionUrlto track the renamed event when handling notification-driven deeplinks.Reviewed by Cursor Bugbot for commit d2b7147. Bugbot is set up for automated code reviews on this repo. Configure here.