Skip to content

Commit 7a86782

Browse files
committed
Fix test
1 parent 5df3fa6 commit 7a86782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-kotlin-multiplatform/src/androidUnitTest/kotlin/io/sentry/kotlin/multiplatform/PlatformOptions.android.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class SentryAndroidOptionsWrapper(private val androidOptions: SentryAndroidOptio
7171
get() = androidOptions.isAttachViewHierarchy
7272

7373
override val sessionReplay: AndroidSentryReplayOptions
74-
get() = androidOptions.experimental.sessionReplay
74+
get() = androidOptions.sessionReplay
7575

7676
override fun applyFromOptions(options: SentryOptions) {
7777
options.toAndroidSentryOptionsCallback().invoke(androidOptions)

0 commit comments

Comments
 (0)