-
-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native Mixed Stack Traces Support #3125
Comments
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 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. |
Rejected Promise Mixed Stack Trace first released in RN https://github.com/facebook/react-native/releases/tag/v0.74.0 (facebook/react-native@7612e66) Mixed Stack Traces for sync native functions first released in https://github.com/facebook/react-native/releases/tag/v0.73.0 (facebook/react-native@f05d202) |
Description
This is an umbrella issue for all issues and PRs related to the work on supporting mixed stack traces in React Native.
MVP
Todo In SDK Repository
nativeStackAndroid
for user rejected Android Promises #3257Todo In RN Repository
Internal notion page.
The text was updated successfully, but these errors were encountered: