
commonJvmMain.io.sentry.kotlin.multiplatform.extensions.UserFeedbackExtensions.kt Maven / Gradle / Ivy
package io.sentry.kotlin.multiplatform.extensions
import io.sentry.kotlin.multiplatform.JvmSentryId
import io.sentry.kotlin.multiplatform.JvmUserFeedback
import io.sentry.kotlin.multiplatform.protocol.UserFeedback
fun UserFeedback.toJvmUserFeedback(): JvmUserFeedback {
val sentryId = JvmSentryId(sentryId.toString())
return JvmUserFeedback(sentryId).apply {
comments = [email protected]
email = [email protected]
name = [email protected]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy