Skip to content

Commit c6257b8

Browse files
committed
Api dump
1 parent c468058 commit c6257b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry/api/sentry.api

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ public abstract interface class io/sentry/EventProcessor {
316316

317317
public 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

323321
public 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

0 commit comments

Comments
 (0)