File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,8 +316,6 @@ public abstract interface class io/sentry/EventProcessor {
316316
317317public final class io/sentry/ExperimentalOptions {
318318 public fun <init> (ZLio/sentry/protocol/SdkVersion;)V
319- public fun getSessionReplay ()Lio/sentry/SentryReplayOptions;
320- public fun setSessionReplay (Lio/sentry/SentryReplayOptions;)V
321319}
322320
323321public final class io/sentry/ExternalOptions {
@@ -2434,6 +2432,7 @@ public class io/sentry/SentryOptions {
24342432 public fun getSerializer ()Lio/sentry/ISerializer;
24352433 public fun getServerName ()Ljava/lang/String;
24362434 public fun getSessionFlushTimeoutMillis ()J
2435+ public fun getSessionReplay ()Lio/sentry/SentryReplayOptions;
24372436 public fun getSessionTrackingIntervalMillis ()J
24382437 public fun getShutdownTimeout ()J
24392438 public fun getShutdownTimeoutMillis ()J
@@ -2560,6 +2559,7 @@ public class io/sentry/SentryOptions {
25602559 public fun setSerializer (Lio/sentry/ISerializer;)V
25612560 public fun setServerName (Ljava/lang/String;)V
25622561 public fun setSessionFlushTimeoutMillis (J)V
2562+ public fun setSessionReplay (Lio/sentry/SentryReplayOptions;)V
25632563 public fun setSessionTrackingIntervalMillis (J)V
25642564 public fun setShutdownTimeout (J)V
25652565 public fun setShutdownTimeoutMillis (J)V
You can’t perform that action at this time.
0 commit comments