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

Mark unhandled promise rejections as `handled: false`

Open krystofwoldrich opened this issue 1 year ago • 0 comments

🛑 Blocked by backend Release Health changes

This change would require change of calculating crash rate independent of handled: false. As rejected promises do not cause a crash in RN.

Description

We can't do this at the moment because the handled flag is used to calculate the Crash Rate in the Release Health product.

  • Related to https://github.com/getsentry/sentry-react-native/issues/4093
  • Related to Stale RFC https://github.com/getsentry/rfcs/pull/10
  • The same issue as Flutter Unhandled Errors which do not cause crash of the app

krystofwoldrich avatar Oct 02 '24 13:10 krystofwoldrich