Is there something I can do to get better crash lo...
# multiplatform
y
Is there something I can do to get better crash logs on iOS? I just tried to do a test crash by throwing an exception in some onClick compose's lambda but in Firebase I see only some internal classes, anonymous functions and there's no error message in there so it's not clear even where the said crash happened
t
I was having the same issue, I needed better error logging, especially on iOS, and was struggling. I found a Datadog implementation was straightforward for the basic error capturing I was looking for. That's my best recommendation at this time if you're not able to find what you're looking for in IDE use.