From b30fca165e0cb4683b388293705b843238c13227 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Fri, 15 Nov 2024 10:43:01 +0100 Subject: [PATCH] fix: better docs for mask all text inputs (#251) --- PostHog/Replay/PostHogSessionReplayConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostHog/Replay/PostHogSessionReplayConfig.swift b/PostHog/Replay/PostHogSessionReplayConfig.swift index b8edc8ed8..360f30fbb 100644 --- a/PostHog/Replay/PostHogSessionReplayConfig.swift +++ b/PostHog/Replay/PostHogSessionReplayConfig.swift @@ -8,7 +8,7 @@ import Foundation @objc(PostHogSessionReplayConfig) public class PostHogSessionReplayConfig: NSObject { - /// Enable masking of all text input fields + /// Enable masking of all text and text input fields /// Experimental support /// Default: true @objc public var maskAllTextInputs: Bool = true