Replies: 1 comment 2 replies
-
Hello! I'm also very interested about this feature. It's very disturbing to have users reporting app crashes and see nothing in Firebase.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
There are some crashes on iOS which are not emitting any signals. The most common cases are OOMs and app hangs. Those crashes are not handled by Crashlytics, so Crashlytics users(we :) ) currently do not have full picture of app crashes on iOS. There are some ways of handling this kind of crashes, for example here we can see how bugsnag handles those cases. Currently we workaround this by sending analytics in that cases, but analytics is not as convenient as Crashlytics for tracking crashes. While we will not have stack traces, there are a lot of other info by which we can track this kind of issues(logs, custom keys, standard keys).
I wonder is there any internal plans in the Crashlytics roadmap to add this kind of thing, if not what you are thinking about adding this?
Edit: Hi there, I would like to get opinions/suggestions/thoughts from the firebase team about this topic. With Xcode 13 apple has added
Terminations
tab, which I believe will should what I have described here.Beta Was this translation helpful? Give feedback.
All reactions