Skip to content

Commit 5dd7789

Browse files
committed
Adds SentryReplayOptions parameter (see getsentry/sentry-java#3749)
1 parent d39996a commit 5dd7789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/io/sentry/react/RNSentryModuleImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public void initNativeSdk(final ReadableMap rnOptions, Promise promise) {
304304
}
305305

306306
private SentryReplayOptions getReplayOptions(@NotNull ReadableMap rnOptions) {
307-
@NotNull final SentryReplayOptions androidReplayOptions = new SentryReplayOptions();
307+
@NotNull final SentryReplayOptions androidReplayOptions = new SentryReplayOptions(false);
308308

309309
@Nullable final ReadableMap rnExperimentsOptions = rnOptions.getMap("_experiments");
310310
if (rnExperimentsOptions == null) {

0 commit comments

Comments
 (0)