File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
sentry-android-replay/api Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments