sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

React Native Mixed Stack Traces Support

Open krystofwoldrich opened this issue 2 years ago • 2 comments

Description

This is an umbrella issue for all issues and PRs related to the work on supporting mixed stack traces in React Native.

### MVP
- [ ] https://github.com/getsentry/sentry-react-native/pull/3201
- [x] https://github.com/reactwg/react-native-new-architecture/discussions/122
- [ ] https://github.com/facebook/react-native/pull/36729
- [ ] https://github.com/facebook/react-native/pull/36925
- [ ] https://github.com/facebookincubator/fbjni/pull/78
- [ ] https://github.com/facebook/react-native/pull/37879
### Todo In SDK Repository
- [ ] https://github.com/getsentry/sentry-react-native/issues/3257
### Todo In RN Repository
- [ ] https://github.com/facebook/react-native/pull/37484
- [ ] Add native stack trace to the RedBox UI (React Native Errro dev UI)

Internal notion page.

krystofwoldrich avatar Jun 14 '23 12:06 krystofwoldrich

Hey @krystofwoldrich - would this improvement need any docs updates? Like, will there be any steps users need to take to make sure this works, or troubleshooting?

shanamatthews avatar Oct 12 '23 21:10 shanamatthews

@shanamatthews From https://github.com/getsentry/sentry-react-native/releases/tag/5.9.0 onwards if users use RN version that supports this, it works by default. To make users more aware of the feature it would make sense to add some small entry about what version of RN to use.

krystofwoldrich avatar Oct 13 '23 10:10 krystofwoldrich

Rejected Promise Mixed Stack Trace first released in RN https://github.com/facebook/react-native/releases/tag/v0.74.0 (https://github.com/facebook/react-native/commit/7612e6601a1c402c548dfe2fe548b1c481659993)

Mixed Stack Traces for sync native functions first released in https://github.com/facebook/react-native/releases/tag/v0.73.0 (https://github.com/facebook/react-native/commit/f05d202813a1abeba58365ae492a623429702609)

krystofwoldrich avatar Jun 05 '24 09:06 krystofwoldrich