Skip to content

Commit 3bd8a12

Browse files
fix(apple): Typo in customredact.mdx
1 parent 4228c99 commit 3bd8a12

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)