-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: Token list performance measurement #13084
base: main
Are you sure you want to change the base?
Conversation
… mobile vitals from Sentry automatic instrumentation
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. |
Bitrise✅✅✅ Commit hash: 93874fe Note
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #13084 +/- ##
==========================================
+ Coverage 59.83% 60.00% +0.16%
==========================================
Files 1873 1891 +18
Lines 42121 42467 +346
Branches 5473 5601 +128
==========================================
+ Hits 25204 25482 +278
- Misses 15235 15256 +21
- Partials 1682 1729 +47 ☔ View full report in Codecov by Sentry. |
…ion trace bug fix
Bitrise🔄🔄🔄 Commit hash: 8a97b8a Note
|
Bitrise❌❌❌ Commit hash: 0e2b2f7 Note
Tip
|
Bitrise❌❌❌ Commit hash: 724570b Note
Tip
|
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 great Tomas <3
Bitrise❌❌❌ Commit hash: 0e73119 Note
Tip
|
Quality Gate passedIssues Measures |
Description
Add measurement to token list , and also bring back the mobile vitals from Sentry automatic instrumentation and fix an issue in navigation initialisation
Android:
https://metamask.sentry.io/performance/trace/ddeeac4cfa504564ab600ef97183d043/?node=trace-root&pageEnd&pageStart&project=2651591&source=traces&statsPeriod=10m×tamp=1737413566.202
(some issues around building android, this is something I tested before but now with some difficulties building android because I'm working at rn upgrade )
IOS:
https://metamask.sentry.io/performance/trace/1967ef653997469ca30a6d4297fa7d31/?node=txn-628f90c22c2c491a910662167979c0c3&pageEnd&pageStart&project=2651591&source=traces&statsPeriod=10m×tamp=1737543334.368
Token list function is being called multiple times, this will change at this PR: #12843
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist