commonMain.CrashReport.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of caroline-sdk-crash Show documentation
Show all versions of caroline-sdk-crash Show documentation
Privacy respecting backend services with multiplatform Kotlin SDKs.
The newest version!
package cloud.caroline.crash
import kotlinx.serialization.Serializable
@Serializable
public data class CrashReport(
val stacktrace: String,
val properties: Map,
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy