Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/platforms/react-native/configuration/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,12 @@ Set this boolean to `true` to automatically attach all threads to all logged eve

</SdkOption>

<SdkOption name="attachAllThreads" type="boolean" defaultValue="false">

Set this boolean to `true` to attach full stack traces for all threads to all captured events on iOS.

</SdkOption>

<SdkOption name="enableAnrFingerprinting" type="boolean" defaultValue="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.
Expand Down
Loading