We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6ba5f commit ab925d3Copy full SHA for ab925d3
sentry-kotlin-multiplatform/src/appleMain/kotlin/io/sentry/kotlin/multiplatform/SentryEvent.apple.kt
@@ -10,7 +10,7 @@ import io.sentry.kotlin.multiplatform.protocol.SentryException
10
import io.sentry.kotlin.multiplatform.protocol.SentryId
11
import io.sentry.kotlin.multiplatform.protocol.User
12
13
-public actual open class SentryEvent actual constructor() : SentryBaseEvent() {
+public actual class SentryEvent actual constructor() : SentryBaseEvent() {
14
public actual var level: SentryLevel? = null
15
public actual var message: Message? = null
16
public actual var logger: String? = null
0 commit comments