File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
sentry-kotlin-multiplatform/src/commonMain/kotlin/io/sentry/kotlin/multiplatform Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments