Instabug-iOS
Instabug-iOS copied to clipboard
Kotlin KMM iOS support?
Hello,
I have a suggestion, how about a kotlin KMM official support fr iOS? For at least unhandled exception support?
Currently, Instabug is using plcrashreporter for crash handler, it's not working anymore on KMM project (issue) and kind of end of life.
About others analytics solution,
- Bugsnag with an unofficial solution https://crashkios.touchlab.co/docs/bugsnag
- Firebase also with an unofficial solution https://crashkios.touchlab.co/docs/crashlytics
- Sentry with an official solution https://docs.sentry.io/platforms/kotlin-multiplatform
For now, the instabug iOS SDK can't help to reproduce the solution of crashkios.
Something to be planned or just to be ignored?
Cheers, François
Hello @frankois1234, We'll be looking into this but we don't have a solid ETA right now. Will keep you updated🙏
Just for information, manual crash reporting is working with stacktrace CallerThread. But as we can't set this globally, it's kind of useless.