touchlab / CrashKiOS

Crash reporting for Kotlin/Native iOS applications
https://crashkios.touchlab.co/
Apache License 2.0
258 stars 15 forks source link

Is it possible to have only one crash report per exception #9

Closed romanandreyvich closed 2 years ago

romanandreyvich commented 3 years ago

For now every exception happened in common code is presented in Crashlytics as two crash reports. One fatal crash and one non-fatal. Is it possible to have only one crash report with readable stack trace?

micHar commented 3 years ago

I was wondering the same thing, but from the Crashlytics docs it seems that there's no option to alter the original fatal stack trace or report a fatal exception: https://firebase.google.com/docs/crashlytics/customize-crash-reports?platform=ios#customize-stack-traces

kpgalligan commented 2 years ago

Not possible. Long rambling post about it: https://www.kgalligan.com/crash-reporting-and-kmp/. Crashlytics would need to change the client. It is open source, so in theory a community member could, but it would be a lot of maintenance.