sentry-react-native
sentry-react-native copied to clipboard
Add SentrySDK.detectedStartUpCrash
Recently a feature was added to sentry-cocoa
that allows for crash loop detection. This is a very high-value feature in handling situations where the local state may be causing a crash loop. It gives developers a chance to clear the issue and report diagnostic information.
https://github.com/getsentry/sentry-cocoa/pull/3644/checks
there is no mention of this feature on sentry-java
but could return false until implemented in that library.
### 🛑 Blocked by
- [ ] https://github.com/getsentry/sentry-cocoa/pull/3644
- [ ] https://github.com/getsentry/sentry-react-native/pull/3651
- [ ] https://github.com/getsentry/sentry-java/issues/3257
@mphill Thank you for the message we also believe this is valuable information.
For the iOS layer, this will be included in our next RN SDK release (pr).
I'll keep this open as a feature request to include this in Java and in JS as Sentry.detectedStartUpCrash
.