Skip to content

Commit 42cf87f

Browse files
fix(apple): Typo in customredact.mdx (#11683)
1 parent 134782d commit 42cf87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/apple/guides/ios/session-replay/customredact.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To hide the username, we need to mask it.
6969
VStack {
7070
Text("Hello")
7171
Text("\(user)")
72-
.sentrtReplayMask()
72+
.sentryReplayMask()
7373
}
7474
.background(.blue)
7575
.sentryReplayUnmask()

0 commit comments

Comments
 (0)