Skip to content

Commit fe3615d

Browse files
antonisclaude
andauthored
docs(react-native): Add attachAllThreads option (#17266)
## DESCRIBE YOUR PR Documents the new `attachAllThreads` option for React Native on iOS, which attaches full stack traces for all threads to captured events. Added in the Hybrid SDK Options section alongside the existing `attachThreads` (Android) option. Ref: getsentry/sentry-react-native#5959 SDK PR: getsentry/sentry-react-native#5960 ## IS YOUR CHANGE URGENT? - [ ] Urgent deadline (GA date, etc.): - [ ] Other deadline: - [x] None: Not urgent, can wait up to 1 week+ ⚠️ Should be merged after getsentry/sentry-react-native#5960 is released ## PRE-MERGE CHECKLIST - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 975e1ef commit fe3615d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/platforms/react-native/configuration/options.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,12 @@ Set this boolean to `true` to automatically attach all threads to all logged eve
377377

378378
</SdkOption>
379379

380+
<SdkOption name="attachAllThreads" type="boolean" defaultValue="false">
381+
382+
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`).
383+
384+
</SdkOption>
385+
380386
<SdkOption name="enableAnrFingerprinting" type="boolean" defaultValue="true">
381387

382388
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.

0 commit comments

Comments
 (0)