From 3bd8a12018185463a4a33165bd12ded51a479369 Mon Sep 17 00:00:00 2001 From: Krystof Woldrich <31292499+krystofwoldrich@users.noreply.github.com> Date: Wed, 30 Oct 2024 13:05:01 +0100 Subject: [PATCH] fix(apple): Typo in customredact.mdx --- docs/platforms/apple/guides/ios/session-replay/customredact.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platforms/apple/guides/ios/session-replay/customredact.mdx b/docs/platforms/apple/guides/ios/session-replay/customredact.mdx index d165fe7657a51..e097a8b5982c1 100644 --- a/docs/platforms/apple/guides/ios/session-replay/customredact.mdx +++ b/docs/platforms/apple/guides/ios/session-replay/customredact.mdx @@ -69,7 +69,7 @@ To hide the username, we need to mask it. VStack { Text("Hello") Text("\(user)") - .sentrtReplayMask() + .sentryReplayMask() } .background(.blue) .sentryReplayUnmask()