diff --git a/docs/platforms/react-native/configuration/options.mdx b/docs/platforms/react-native/configuration/options.mdx
index c34dbbc8da4914..b084e3929ead46 100644
--- a/docs/platforms/react-native/configuration/options.mdx
+++ b/docs/platforms/react-native/configuration/options.mdx
@@ -377,6 +377,12 @@ Set this boolean to `true` to automatically attach all threads to all logged eve
+
+
+When enabled, ANR events whose stacktraces contain only system frames (for example, `java.lang` or `android.os`) are assigned a static fingerprint and grouped into a single issue, rather than creating many separate issues. Set this to `false` to restore per-stacktrace ANR grouping.
+
+
+
Set this boolean to `false` to disable auto [performance monitoring](/product/insights/) tracking.