-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2024-04-15] HIGH: [Reliability] Enable console logging with four-finger tap #38456
Comments
@TMisiukiewicz hoping you can take this? |
@quinthar sure, I should be able to work on this later this week 👍 |
Great, so ETA Friday? |
@quinthar yeah, I am about to start working on that tomorrow 👍 What if the client side logging in Troubleshoot section is enabled while you access the hidden menu, should it be just enabled or both of these features should work independently? |
Opened a PR |
They should both control the same console, so if it's enabled in one, it should show as enabled in the other. |
Triggered auto assignment to @amyevans, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@amyevans Can you please assign me here? |
Triggered auto assignment to @twisterdotcom ( |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.60-13 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-04-15. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR adding this new feature has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Regression Test Proposal
(Related https://expensify.testrail.io/index.php?/cases/view/2990265) |
Payment Summary:
|
Problem:
We've gotten very good at fixing bugs that can be reproduced in our dev environments. However, bugs we can't reproduce in dev are typically ignored -- even if they happen frequently in production. We have added better diagnostics tools via the
About > Troubleshooting > Client side logging
toggle. However, currently it takes you out of the context in which the bug is actually happening to enable. This means to use it you must:About > Troubleshooting > Client side logging
About > Troubleshooting > Client side logging
In that whole process, the logs are filled with tons and tons of extraneous lines, making it very hard to isolate the problem -- assuming you can even reproduce it.
Solution:
Margelo recently added a "four finger tap" to enable low-level performance logging:
This works great because:
Let's expand that as follows:
About > Troubleshooting
menu)Share
button to share it (this is already being used for the profile traces, so let's use it for logs as well)The text was updated successfully, but these errors were encountered: