diff --git a/docs/platforms/react-native/configuration/options.mdx b/docs/platforms/react-native/configuration/options.mdx
index b084e3929ead4..425373f7decf5 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
+
+
+Set this boolean to `true` to attach full stack traces for all threads to all captured events on iOS. Requires `attachStacktrace` to be enabled (default: `true`).
+
+
+
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.