Skip to content

Commit

Permalink
fix: update deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 2, 2024
1 parent a75c35b commit 5ec7526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posthog-react-native/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ export type PostHogSessionReplayConfig = {
* Enable masking of images that likely originated from user's photo library
* Experimental support (UIKit only)
* iOS only
* Default: true
* Default: false
*
* @deprecated This property has no effect and will be removed in the next major release. To manually mask user photos, use `ph-no-capture` accessibility label in your app.
* @deprecated This property has no effect and will be removed in the next major release. To learn how to manually mask user photos please see our Privacy controls documentation: https://posthog.com/docs/session-replay/privacy?tab=React+Native
*/
maskPhotoLibraryImages?: boolean
/**
Expand Down

0 comments on commit 5ec7526

Please sign in to comment.