-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Fix grouping of console logs #37835
Fix grouping of console logs #37835
Conversation
This pull request was exported from Phabricator. Differential Revision: D46605659 |
Base commit: a28881a |
This pull request was exported from Phabricator. Differential Revision: D46605659 |
4 similar comments
This pull request was exported from Phabricator. Differential Revision: D46605659 |
This pull request was exported from Phabricator. Differential Revision: D46605659 |
This pull request was exported from Phabricator. Differential Revision: D46605659 |
This pull request was exported from Phabricator. Differential Revision: D46605659 |
Summary: Pull Request resolved: #37835 Chrome Dev Tools doesn't correctly display grouped console logs (i.e. console output between a `console.group` and `console.groupEnd`) when timestamps are all zero. Populate the timestamp field so grouping functions as expected. Changelog: [General] [Fixed] Fix timestamps and grouped display of console messages within in a `console.group` Reviewed By: fbmal7 Differential Revision: D46605659 fbshipit-source-id: 356545052068fb1a6b82d48665f48b98dab3cf3e
This pull request was exported from Phabricator. Differential Revision: D46605659 |
This pull request was successfully merged by Matt Blagden in 48791bc. When will my fix make it into a release? | Upcoming Releases |
This pull request has been merged in 48791bc. |
Summary:
Chrome Dev Tools doesn't correctly display grouped console logs (i.e. console output between a
console.group
andconsole.groupEnd
) when timestamps are all zero.Populate the timestamp field so grouping functions as expected.
Differential Revision: D46605659