Skip to content

Commit 63bbee2

Browse files
committed
Move replay out of experimental
1 parent 9090147 commit 63bbee2

File tree

1 file changed

+6
-6
lines changed
  • sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform

1 file changed

+6
-6
lines changed

sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform/SentryOptions.kt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,12 @@ public open class SentryOptions {
185185
*/
186186
public var enableWatchdogTerminationTracking: Boolean = true
187187

188+
/**
189+
* The options for session replay.
190+
* Currently available for **Android** and **iOS**.
191+
*/
192+
public var sessionReplay: SentryReplayOptions = SentryReplayOptions()
193+
188194
/**
189195
* Experimental options for new features, these options are going to be promoted to SentryOptions
190196
* before GA.
@@ -201,10 +207,4 @@ public open class SentryOptions {
201207
* Beware that experimental options can change at any time.
202208
*/
203209
public class ExperimentalOptions
204-
205-
/**
206-
* Experimental feature. The options for session replay.
207-
* Currently available for **Android** and **iOS**.
208-
*/
209-
public var sessionReplay: SentryReplayOptions = SentryReplayOptions()
210210
}

0 commit comments

Comments
 (0)