xamarin / GoogleApisForiOSComponents

MIT License
225 stars 162 forks source link

iOS Crashlytics 4.6.2 stack trace is a blob of error #462

Open jbtdevgit opened 3 years ago

jbtdevgit commented 3 years ago

Crashlytics 4.6.2

With the previous version of the crashlytics, we were able to get proper C# exception on stack traces. They were grouped nicely by exception and message. However, using the latest crashlytics version, everything is under in a blob of error without actually specifying where the exception happened. I am also running a test crash on the shared code with Xamarin.Forms. Sample image of a fatal error below: image

Is there a way to beautify these stack traces with the current version?

HeikkiDev commented 3 years ago

@jbtamaresgit Did you find a solution for this issue? This stack trace is useless ☹️

jbtdevgit commented 3 years ago

@HeikkiDev Sadly to say, I haven't found any solutions