Closed kartik-prakash closed 1 year ago
Thanks for the submission. This is available with CrashKiOS. Do you need to add it to Kermit? Kermit is calling into CrashKiOS so adding it to the LogWriter seems unnecessary.
CrashlyticsKotlin.setCustomValue("someKey", "someValue")
Thanks for the submission. This is available with CrashKiOS. Do you need to add it to Kermit? Kermit is calling into CrashKiOS so adding it to the LogWriter seems unnecessary.
CrashlyticsKotlin.setCustomValue("someKey", "someValue")
@kpgalligan That's what we are doing for now but it seems like kermit itself doesn't expose CrashKiOS
so we had to bring that dependency separately but we still end up creating two different instances one: CrashlyticsLogger
for kermit and one using CrashKiOS
's enableCrashlytics()
which is okay as I checked at the end, everything is delegated to the singleton instance of Firebase.
Thanks for the input. We've decided not to make this change in Kermit as it is available in CrashKiOS
Added
setCustomValue()
function toCrashlyticsLogWriter
.This will allow the clients to use kermit for their logs and add custom properties for crash reporting to crashlytics.