Skip to content
Merged
Prev Previous commit
fix
  • Loading branch information
marandaneto committed Mar 14, 2022
commit 99ed44716e6ab09a1c3adc5988e3d5072071e3b8
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 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 that the SDK won't capture events for hard crashes on Android and iOS if the error was caused by native code.

</ConfigKey>

Expand Down