Skip to content
Merged
Prev Previous commit
Next Next commit
Update src/platforms/common/configuration/options.mdx
Co-authored-by: Isabel <[email protected]>
  • Loading branch information
marandaneto and imatwawana authored Mar 14, 2022
commit dc4fea92ee00b53ed6d13f23d9d4638d265bceb8
2 changes: 1 addition & 1 deletion src/platforms/common/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ You should follow the [guide to native initialization](/platforms/react-native/m

<ConfigKey name="enableNativeCrashHandling" supported={["react-native", "javascript.capacitor"]}>

Set this boolean to `false` to disable the hard crash handling from the native layer. Doing so means it won't capture events for hard crashes on Android and iOS if the error was caused by native code.
Set this boolean to `false` to disable hard crash handling from the native layer. Doing so means it won't capture events for hard crashes on Android and iOS if the error was caused by native code.

</ConfigKey>

Expand Down