Closed mendaomn closed 1 year ago
This PR adds stacktraces to the log entries coming off the ErrorBoundary
ErrorBoundary
stacktrace
componentStack
i18n
npm run build
In order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description
This PR adds stacktraces to the log entries coming off the
ErrorBoundary
Changes
stacktrace
andcomponentStack
for errors occurring during component renderingstacktrace
for uncaught errors occurring elsewhereScreenshots
Logs for errors occurring during component rendering
Logs for uncaught errors occurring elsewhere
How Has This Been Tested?
PR Quality Checklist
i18n
solution instead (see here)npm run build
builds without any errorIn order to increase the likelihood of your contribution being accepted, please make sure you have read both the Contributing Guidelines and the Project Guidelines
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.