-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
I'm getting app crashes while sentry is handling some exception.
Uncaught Kotlin exception: kotlin.ClassCastException: class kotlin.Int cannot be cast to class kotlin.Long
The stacktrace indicates that it happens in toKmpSentryException kfun:io.sentry.kotlin.multiplatform.extensions#toKmpSentryException__at__cocoapods.Sentry.SentryException(){}io.sentry.kotlin.multiplatform.protocol.SentryException + 723
I think it happens at this line:
Line 10 in b79cc79
| threadId = threadId as Long? |