You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-kotlin-multiplatform/src/androidMain/kotlin/io/sentry/kotlin/multiplatform/extensions/SentryOptionsExtensions.android.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,15 @@ internal fun SentryOptions.toAndroidSentryOptionsCallback(): (SentryAndroidOptio
Copy file name to clipboardExpand all lines: sentry-kotlin-multiplatform/src/androidUnitTest/kotlin/io/sentry/kotlin/multiplatform/PlatformOptions.android.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ actual fun PlatformOptions.assertPlatformSpecificOptions(kmpOptions: SentryOptio
Copy file name to clipboardExpand all lines: sentry-kotlin-multiplatform/src/iosMain/kotlin/io/sentry/kotlin/multiplatform/extensions/SentryOptionsExtensions.ios.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ internal fun SentryOptions.toIosOptionsConfiguration(): (CocoaSentryOptions?) ->
20
20
dictionary =mapOf(
21
21
// Setting the onErrorSampleRate like this, using setOnErrorSampleRate
22
22
// crashes on compose multiplatform for some unknown reason
23
-
"errorSampleRate" to kmpOptions.experimental.sessionReplay.onErrorSampleRate?.toFloat()
23
+
"errorSampleRate" to kmpOptions.sessionReplay.onErrorSampleRate?.toFloat()
0 commit comments