mirror of https://github.com/status-im/metro.git
8b00d98167
Summary: Looks like spaces in function names can happen, but the lib we use for parsing stacktraces doesn't support that. As result, when error is thrown in global scope, new JSC puts "global code" as function name, our parser chokes on it and thinks "global code@http://...." is a file name and sends it to packager. The packager can't resolve that URL and fails the whole symbolication request. Longer term fix here: https://github.com/errwischt/stacktrace-parser/pull/5 Reviewed By: astreet Differential Revision: D3516741 fbshipit-source-id: 4f2bb70084437ed9d37495cd775622a8c981fad1 |
||
---|---|---|
.. | ||
src | ||
.npmignore | ||
index.js | ||
rn-babelrc.json |