We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd7e37 commit e4c361eCopy full SHA for e4c361e
sentry/src/main/java/io/sentry/rrweb/RRWebOptionsEvent.java
@@ -59,7 +59,8 @@ public RRWebOptionsEvent(final @NotNull SentryOptions options) {
59
? "pixelCopy"
60
: "canvas";
61
optionsPayload.put("screenshotStrategy", screenshotStrategy);
62
- optionsPayload.put("networkDetailHasUrls", replayOptions.getNetworkDetailAllowUrls().length > 0);
+ optionsPayload.put(
63
+ "networkDetailHasUrls", replayOptions.getNetworkDetailAllowUrls().length > 0);
64
}
65
66
@NotNull
0 commit comments