Add example of Event Timing API in RNTester examples#43848
Closed
rubennorte wants to merge 2 commits into
Closed
Conversation
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D55646393 |
eaa94e6 to
19cbe60
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D55646393 |
19cbe60 to
bf9c120
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D55646393 |
bf9c120 to
4e97f3e
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D55646393 |
4e97f3e to
e27759a
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D55646393 |
e27759a to
68a5997
Compare
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D55646393 |
…#43847) Summary: Changelog: [internal] (This is an internal change because the API hasn't been released in OSS yet) This fixes 2 problems in how we dispatch `PerformanceObserver` notifications: 1. If an observer callback throws an error, the remaining observers don't receive notifications. 2. We're notifying observers with an empty list of events when they don't match the filters. Reviewed By: javache Differential Revision: D55646390
Summary: Changelog: [internal] This makes it easier to see the behavior of the new Event Timing API in RN. Reviewed By: sammy-SC Differential Revision: D55646393
68a5997 to
2470646
Compare
rubennorte
added a commit
to rubennorte/react-native
that referenced
this pull request
Apr 9, 2024
…ook#43848) Summary: Changelog: [internal] This makes it easier to see the behavior of the new Event Timing API in RN. Reviewed By: sammy-SC Differential Revision: D55646393
Contributor
|
This pull request was exported from Phabricator. Differential Revision: D55646393 |
Contributor
|
This pull request has been merged in 0f43f86. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
Changelog: [internal]
This makes it easier to see the behavior of the new Event Timing API in RN.
Differential Revision: D55646393