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