You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: Adoption tracking for the new screens added throughout this batch -- without telemetry, there's no way to know if the pivot actually landed with users.
Where:
Wherever existing analytics/telemetry calls live (check src/services/ for an existing analytics service before adding a new one)
What to do:
Add view/interaction events for the new Network/Soroban/Wallet dashboards and Top Movers/Rankings screens.
Suggested approach:
Check src/services/ for an existing analytics/telemetry service before adding a new one.
Respect whatever privacy/consent gating this app already has for telemetry (check for GDPR-related code, since the frontend has a gdpr component directory) -- don't add tracking that bypasses existing consent flows.
Definition of done:
New screens emit telemetry events using the existing analytics service, not a new one
Context: Adoption tracking for the new screens added throughout this batch -- without telemetry, there's no way to know if the pivot actually landed with users.
Where:
src/services/for an existing analytics service before adding a new one)What to do:
Suggested approach:
src/services/for an existing analytics/telemetry service before adding a new one.Watch out for:
gdprcomponent directory) -- don't add tracking that bypasses existing consent flows.Definition of done: