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 8a44963 commit 6481cdfCopy full SHA for 6481cdf
1 file changed
sentry/src/main/java/io/sentry/SentryReplayOptions.java
@@ -56,7 +56,8 @@ public interface ReplayFrameObserver {
56
* @param frameTimestamp the timestamp (in milliseconds since epoch) when the frame was captured
57
* @param screenName the current screen name, or {@code null} if unknown
58
*/
59
- void onMaskedFrameCaptured(@NotNull Hint hint, long frameTimestamp, @Nullable String screenName);
+ void onMaskedFrameCaptured(
60
+ @NotNull Hint hint, long frameTimestamp, @Nullable String screenName);
61
}
62
63
private static final String CUSTOM_MASKING_INTEGRATION_NAME = "ReplayCustomMasking";
0 commit comments