diff --git a/docs/platforms/react-native/configuration/options.mdx b/docs/platforms/react-native/configuration/options.mdx index b084e3929ead46..2cb552921e3838 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. + + + 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.