-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[NOQA] fix: performance analytics markers #51815
[NOQA] fix: performance analytics markers #51815
Conversation
@hoangzinh Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Hey @mountiny do we need a C+ for this PR? |
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 but waiting to confirm the e2e tests will work fine with all these changes
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
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
I could run e2e tests successfully (in dev mode - that's why baseline and delta results are identical). Below are results:
|
@hannojg can you also review these changes? 👀 |
2218aa7
to
ff5f18d
Compare
@mountiny should we worry about these eslint checks here? This is an error on withOnyx deprecation.
|
I think I missed the updated |
Updated with the new Also, this one is not being reported to Firebase with this PR. Should we do it? It doesn't provide us with a full TTI measure (I will follow up with this one), but gives a sense of how long the LHN itself takes to load for people. tti.after.mov |
Yes, if the e2e tests are still working this LGTM! |
@adhorodyski no need to worry about the eslint And we can add it, I dont think its any harm in adding these, worst case we decide later its not useful and we stop using it |
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.
Thanks, seems like we are good to go, right?
…er_options events
This reverts commit f50765a.
360e7c5
to
11ff391
Compare
Not changing the useOnyx everywhere in this PR |
@mountiny looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Explained above |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/mountiny in version: 9.0.61-0 🚀
|
🚀 Deployed to production by https://github.com/francoisl in version: 9.0.61-3 🚀
|
@kirillzyusko @mountiny @hannojg
Explanation of Change
This PR corrects performance markers (both local & reporting to Firebase) in their docs as well as the implementation. Goal is to have clear definitions and be able to correctly collect performance data from full user interactions.
Fixed Issues
$ #51742
PROPOSAL: https://expensify.slack.com/archives/C05LX9D6E07/p1730214849510819
Tests
Offline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop