Hi everyone ! we are buil...
# multiplatform
f
Hi everyone ! we are building a IOs and Android using KMM and I'm looking to implement logging and crash report and I thought using Sentry but the implementation is based on Java so it can't work with KMM. I found this (https://github.com/getsentry/sentry-kotlin-multiplatform) made by Sentry but it seems to not yet ready. I was wondering what are you using for mobile in production to track crashs, logs and performances issues ? thanks guys !
m
I recommend searching this channel. Here’s a discussion from a few months back: https://kotlinlang.slack.com/archives/C3PQML5NU/p1660723860964869
f
@Matti MK thanks for the link, it's very appreciated !
k
At Touchlab we’ve made Kermit (https://github.com/touchlab/Kermit) which has support for Sentry, Bugsnag and Crashlytics
f
Thanks @Kevin S for the info !