Skip to content

Commit

Permalink
fix: java docs compose masking (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Oct 30, 2024
1 parent 594f538 commit 61fc221
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ public class PostHogSessionReplayConfig
/**
* Enable masking of all text input fields
* Defaults to true
* This isn't supported if using Jetpack Compose views, use with caution
*/
@PostHogExperimental
public var maskAllTextInputs: Boolean = true,
/**
* Enable masking of all images to a placeholder
* Defaults to true
* This isn't supported if using Jetpack Compose views, use with caution
*/
@PostHogExperimental
public var maskAllImages: Boolean = true,
Expand Down

0 comments on commit 61fc221

Please sign in to comment.