-
-
Notifications
You must be signed in to change notification settings - Fork 360
feat: Expose attachAllThreads option from Cocoa SDK #5959
Copy link
Copy link
Closed
Labels
Description
Summary
The Cocoa SDK v9.9.0 added a new attachAllThreads option to SentryOptions that attaches full stack traces for all threads to captured events. It also supports per-call overrides via capture(event:), capture(error:), capture(exception:), and capture(message:).
- Cocoa SDK #7764 —
attachAllThreadsoption - Cocoa SDK #7767 — Per-call
attachAllThreadsparameter
Motivation
This option is currently only available to native Cocoa SDK users. React Native users should be able to configure attachAllThreads from JS via Sentry.init() options so it gets forwarded to the native iOS SDK.
Acceptance Criteria
- Add
attachAllThreadstoReactNativeOptions - Forward the option to the native iOS SDK during initialization
- Document the new option
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Fields
Give feedbackNo fields configured for issues without a type.