fix(gatsby-source-filesystem,gatsby-transformer-sharp): Use custom errors - #27576
Merged
LekoArts merged 1 commit intoOct 26, 2020
Merged
fix(gatsby-source-filesystem,gatsby-transformer-sharp): Use custom errors#27576LekoArts merged 1 commit into
LekoArts merged 1 commit into
Conversation
sslotsky
reviewed
Oct 20, 2020
sslotsky
reviewed
Oct 20, 2020
LekoArts
suggested changes
Oct 21, 2020
ax-vasquez
marked this pull request as ready for review
October 21, 2020 17:20
LekoArts
suggested changes
Oct 22, 2020
LekoArts
left a comment
Contributor
There was a problem hiding this comment.
Two more smaller requests, rest looks good
wardpeet
reviewed
Oct 22, 2020
ax-vasquez
deleted the
armandovasquez/ch17057/useReporterForUnableToCopyError
branch
October 26, 2020 17:39
This was referenced Dec 23, 2020
mwfrost
pushed a commit
to mwfrost/gatsby
that referenced
this pull request
Apr 20, 2023
raffishquartan
pushed a commit
to raffishquartan/gatsby
that referenced
this pull request
Apr 28, 2026
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.
Description
In effort to improve the Cloud user experience, we need to make sure "Error copying file from..." errors are appropriately captured/categorized for Builds and Previews.
This PR simply updates the locations where log this error so that it uses
reporter.panicinstead ofconsole.errorTo do
idshould be used for this error? - Any 5-digit number; this is an arbitrary value and contained within the context of the plugin (e.g., there is no risk error code conflicts between modules)idbe different betweengatsby-source-filesystemandgatsby-transformer-sharp(the two places that log this error) - Yes, the module name is included in the ID prefix for both error locations.