Is there the way to use Sentry client on Kotlin/Na...
# kotlin-native
a
Is there the way to use Sentry client on Kotlin/Native?
đŸ‘€ 1
I'll try to use sentry-native via cinterop.
k
For crash reports? Well, if you want kotlin symbolicated, it’ll be difficult. I tried late last year, and as of last night, it looks like they still need to fix some things: https://twitter.com/kpgalligan/status/1313287971735572480?s=20
a
Well, if you want kotlin symbolicated, it’ll be difficult.
I see... I'll verify what message is to be reported. thx!