SDK Crash Detection: Ignore unhandled promise rejections in React Native
Open
Mobile
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 22h 21m
- Merged PRs (30d)
- 586
Description
Unhandled promise rejections do not crash the application.
Currently, the top most RN SDK crash is unhandled promise rejection, which is wrapper of a fetch functions, which doesn't indicate SKD error, but failed user request.
[Sentry Link](https://sentry.sentry.io/issues/5314327609/events/fe4416c7310b40db93af19c9639be431/)
Contributor guide
Research direction
The issue names React Native SDK crash detection but provides no file, test, or entry point to begin from. Trace how unhandled promise rejections from failed user fetch requests are classified, then verify that these are ignored without suppressing genuine SDK crashes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100