Skip to content

Commit e836f49

Browse files
fix apiDump
1 parent cd4fd9e commit e836f49

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sentry-android-replay/api/sentry-android-replay.api

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public final class io/sentry/android/replay/ReplayIntegration : android/content/
5252
public fun pause ()V
5353
public fun register (Lio/sentry/IHub;Lio/sentry/SentryOptions;)V
5454
public fun resume ()V
55+
public fun sendReplay (Ljava/lang/Boolean;Ljava/lang/String;Lio/sentry/Hint;)V
5556
public fun sendReplayForEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;)V
5657
public fun start ()V
5758
public fun stop ()V

sentry/api/sentry.api

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,7 @@ public final class io/sentry/NoOpReplayController : io/sentry/ReplayController {
12591259
public fun isRecording ()Z
12601260
public fun pause ()V
12611261
public fun resume ()V
1262+
public fun sendReplay (Ljava/lang/Boolean;Ljava/lang/String;Lio/sentry/Hint;)V
12621263
public fun sendReplayForEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;)V
12631264
public fun start ()V
12641265
public fun stop ()V
@@ -1662,6 +1663,7 @@ public abstract interface class io/sentry/ReplayController {
16621663
public abstract fun isRecording ()Z
16631664
public abstract fun pause ()V
16641665
public abstract fun resume ()V
1666+
public abstract fun sendReplay (Ljava/lang/Boolean;Ljava/lang/String;Lio/sentry/Hint;)V
16651667
public abstract fun sendReplayForEvent (Lio/sentry/SentryEvent;Lio/sentry/Hint;)V
16661668
public abstract fun start ()V
16671669
public abstract fun stop ()V

0 commit comments

Comments
 (0)