microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.3k stars 1.14k forks source link

Add Documentation for Adding Error Callbacks and Error Handling to an RNW App Blank in Release. #11195

Open chiaramooney opened 1 year ago

chiaramooney commented 1 year ago

Gallery recently hit the familiar issue where an RNW app renders correctly in Debug, but blank in Release. When discussing how we could improve the debugging experience Create a document on how to add error callbacks and error handling to an RNW app blank in release to give the developer more information on the cause of the issue.

chrisglein commented 1 year ago

Some documentation exists: https://microsoft.github.io/react-native-windows/docs/native-api/IRedBoxHandler What is missing is guidance on how you might use it as an app author to get to your errors faster.