mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1b994f9ddd
Summary: When we catch an Objective-C exception and convert it to NSError we need to somehow represent the call stack from NSException instance in NSError instance. For now, we just attach the stack trace to `message` field. The next step would be to figure out how to pass the Objective-C stack trace to error reporting infra to help it to display the stack trace nicely in the web interface. Changelog: [Internal] Fabric-specific internal change. Reviewed By: sammy-SC Differential Revision: D23557600 fbshipit-source-id: a080c2e186e719e42dcfc01bb12f5811e3c5b2e6