You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose the Cocoa SDK's `attachAllThreads` option so it can be
configured from JS via `Sentry.init()`. When enabled, full stack
traces for all threads are attached to captured events on iOS.
Closes#5959
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
### Features
12
12
13
13
- Enable "Open Sentry" button in Playground for Expo apps ([#5947](https://github.com/getsentry/sentry-react-native/pull/5947))
14
+
- Add `attachAllThreads` option to attach full stack traces for all threads to captured events on iOS ([#5959](https://github.com/getsentry/sentry-react-native/issues/5959))
0 commit comments