Skip to content

Commit 5091311

Browse files
committed
Update
1 parent 32932d5 commit 5091311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry-kotlin-multiplatform/src/appleMain/kotlin/io/sentry/kotlin/multiplatform/extensions/SentryOptionsExtensions.apple.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ internal fun CocoaSentryOptions.applyCocoaBaseOptions(kmpOptions: SentryOptions)
6161
val beforeKmpEventCopy = SentryEvent(cocoaEvent)
6262
kmpOptions.beforeSend
6363
?.invoke(beforeKmpEventCopy)
64-
?.let { afterEvent ->
65-
cocoaEvent.updateFromKmpEventChanges(beforeKmpEvent, afterEvent)
64+
?.let { afterKmpEvent ->
65+
cocoaEvent.updateFromKmpEventChanges(beforeKmpEvent, afterKmpEvent)
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)