File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/core/android/src/newarch/java/io/sentry/react/replay Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 88
99## Unreleased
1010
11+ ### Fixes
12+
13+ - Fixes Replay Custom Masking issue on Android ([ #4957 ] ( https://github.com/getsentry/sentry-react-native/pull/4957 ) )
14+
1115### Dependencies
1216
1317- Bump Cocoa SDK from v8.52.1 to v8.53.1 ([ #4950 ] ( https://github.com/getsentry/sentry-react-native/pull/4950 ) )
Original file line number Diff line number Diff line change 88import com .facebook .react .viewmanagers .RNSentryReplayUnmaskManagerDelegate ;
99import com .facebook .react .viewmanagers .RNSentryReplayUnmaskManagerInterface ;
1010
11- @ ReactModule (name = RNSentryReplayMaskManagerImpl .REACT_CLASS )
11+ @ ReactModule (name = RNSentryReplayUnmaskManagerImpl .REACT_CLASS )
1212public class RNSentryReplayUnmaskManager extends ViewGroupManager <RNSentryReplayUnmask >
1313 implements RNSentryReplayUnmaskManagerInterface <RNSentryReplayUnmask > {
1414 private final RNSentryReplayUnmaskManagerDelegate <
@@ -23,7 +23,7 @@ public ViewManagerDelegate<RNSentryReplayUnmask> getDelegate() {
2323 @ NonNull
2424 @ Override
2525 public String getName () {
26- return RNSentryReplayMaskManagerImpl .REACT_CLASS ;
26+ return RNSentryReplayUnmaskManagerImpl .REACT_CLASS ;
2727 }
2828
2929 @ NonNull
You can’t perform that action at this time.
0 commit comments