-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add analytics #5805
Add analytics #5805
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Following up on Christian's comments, the takeway is there's certain events where we only want to know the (final) values right at the time execution.
That's enough data to derive stuff like slippage, where we could create a query on the analytics platform to see if people are using a different value than the default, etc.
Same for the search query, the final result is what matter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…bow into brody/lint-on-pre-commit * 'brody/lint-on-pre-commit' of github.com:rainbow-me/rainbow: Math related fixes (#5837) Hide Flashbots outside of mainnet (#5842) fix getProviderForNetwork type (#5843) Fix isSwapping not being reset (#5840) Swaps: fix crashes, logic and UI fixes (#5839) default to fast suggestion if custom is not set (#5841) guard each entry point into swaps to prevent readonly wallets from accessing it (#5835) Swaps: token list and search improvements (#5834) Add analytics (#5805)
Fixes APP-1233
What changed (plus any additional context for devs)
Adds analytical events to track critical swaps path
Screen recordings / screenshots
What to test