Skip to content

Commit

Permalink
fix: better docs for mask all text inputs (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Nov 15, 2024
1 parent e17c994 commit b30fca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostHog/Replay/PostHogSessionReplayConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b30fca1

Please sign in to comment.