mirror of
https://github.com/status-im/react-native.git
synced 2025-02-25 23:55:23 +00:00
dump string values in JSC heap capture
Reviewed By: dcaspi Differential Revision: D3723764 fbshipit-source-id: 06ca770808a94bb8b567bab36c1729f1e696484e
This commit is contained in:
parent
fba96ab990
commit
348a8078bc
@ -26,6 +26,11 @@ function getSourceMapForUrl(url, onFailure, onSuccess) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (url === 'assets://default_bundle') {
|
||||
onFailure('Don\'t know how to symbolicate in-app bundle, please load from server');
|
||||
return;
|
||||
}
|
||||
|
||||
const parsedUrl = urlLib.parse(url);
|
||||
const options = {
|
||||
host: 'localhost',
|
||||
|
Loading…
x
Reference in New Issue
Block a user