DevTools: Correctly log errors reported from the store#22950
Merged
jstejada merged 1 commit intofacebook:mainfrom Dec 13, 2021
Merged
DevTools: Correctly log errors reported from the store#22950jstejada merged 1 commit intofacebook:mainfrom
jstejada merged 1 commit intofacebook:mainfrom
Conversation
lunaruan
approved these changes
Dec 13, 2021
zhengjitf
pushed a commit
to zhengjitf/react
that referenced
this pull request
Apr 15, 2022
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
#22948 added (internal-only) logging to errors caught via
componentDidCatch, however, this wouldn't account for the case when we handle an error reported from the store, since in that case we are manually setting the error state and that doesn't triggercomponentDidCatchIn order to fix that, we also log when an error is reported by the store.
How did you test this change?
Manually throw an error from the store, verify it goes through our logging