Skip to content

Commit e4c361e

Browse files
getsentry-bot43jay
authored andcommitted
Format code
1 parent cfd7e37 commit e4c361e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sentry/src/main/java/io/sentry/rrweb/RRWebOptionsEvent.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ public RRWebOptionsEvent(final @NotNull SentryOptions options) {
5959
? "pixelCopy"
6060
: "canvas";
6161
optionsPayload.put("screenshotStrategy", screenshotStrategy);
62-
optionsPayload.put("networkDetailHasUrls", replayOptions.getNetworkDetailAllowUrls().length > 0);
62+
optionsPayload.put(
63+
"networkDetailHasUrls", replayOptions.getNetworkDetailAllowUrls().length > 0);
6364
}
6465

6566
@NotNull

0 commit comments

Comments
 (0)