diff --git a/patches/react-native+0.71.15.patch b/patches/react-native+0.71.15.patch index 494c58d2eee..9ed3e02dcfd 100644 --- a/patches/react-native+0.71.15.patch +++ b/patches/react-native+0.71.15.patch @@ -1,5 +1,5 @@ diff --git a/node_modules/react-native/Libraries/Core/InitializeCore.js b/node_modules/react-native/Libraries/Core/InitializeCore.js -index 1379ffd..a991485 100644 +index 1379ffd..8b198a9 100644 --- a/node_modules/react-native/Libraries/Core/InitializeCore.js +++ b/node_modules/react-native/Libraries/Core/InitializeCore.js @@ -24,26 +24,53 @@ @@ -23,7 +23,7 @@ index 1379ffd..a991485 100644 + * Nb: global.process is only partially shimmed, which confuses SES + * Nb: All are Unhandled JS Exceptions, since we call lockdown before setUpErrorHandling + */ -+ repairIntrinsics({ consoleTaming: 'unsafe', errorTrapping: 'none', unhandledRejectionTrapping: 'none', overrideTaming: 'severe' }); ++ repairIntrinsics({ errorTaming: 'unsafe', consoleTaming: 'unsafe', errorTrapping: 'none', unhandledRejectionTrapping: 'none', overrideTaming: 'severe', stackFiltering: 'verbose' }); + require('reflect-metadata'); // Vetted shim required to fix: https://github.com/LavaMoat/docs/issues/26 + hardenIntrinsics(); +} @@ -187,4 +187,4 @@ index 290bd23..20d85e0 100644 + } } return inputConnection; - } \ No newline at end of file + }