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 6b858ef commit ac4e1b0
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 @@ -29,7 +29,7 @@
/// Default: true
///
/// - Note: Deprecated
@available(*, deprecated, message: "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 or an appropriate view modifier in your app.")
@available(*, deprecated, message: "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=iOS")
@objc public var maskPhotoLibraryImages: Bool = true

/// Enable capturing network telemetry
Expand Down

0 comments on commit ac4e1b0

Please sign in to comment.