CrashKiOS
CrashKiOS copied to clipboard
Crash reporting for Kotlin/Native iOS applications
I've updated to 0.6.0 and am still getting this exception when I migrate to the new memory model. Uncaught Kotlin exception: kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen co.touchlab.crashkios.LogCrashHandler@43d270 at 0 kmmsharedmodule...
In the release mode, the shared module has only 2 stack information, why ???? ``` - 0 : "0 shared 0x000000010ec43178 ThrowArrayIndexOutOfBoundsException + 88" - 1 : "1 shared 0x000000010ec49454...
We should copy the Kermit crashlytics sample, but replace the config with CrashKios and the calls with the relevant calls from `CrashlyticsKotlin`.
We should copy the Kermit bugsnag sample, but replace the config with CrashKios and the calls with the relevant calls from `BugsnagKotlin`.
Using CrashKiOS crash reporting library in commonMain with iOS, Android and JVM Desktop targets crashes build because CrashKiOS does not support the JVM target. Is there any way to get...
Hey ho Is there any plan for adding JVM target support?
We use Datadog for crash reports, would love to migrate over to Kermit for that, but it doesn't currently support Datadog. Wondering if there is any existing work around that,...