Skip to content

Commit

Permalink
fix: remove docs on maskPhotoLibraryImages (#10031)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj authored Dec 3, 2024
1 parent eb207ab commit e35d385
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions contents/docs/session-replay/_snippets/ios-installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ config.sessionReplayConfig.maskAllImages = true
// Default is true.
config.sessionReplayConfig.maskAllSandboxedViews = true

// Enable masking of images that likely originated from user's photo library. Default is true.
config.sessionReplayConfig.maskPhotoLibraryImages = true

// Whether network requests are captured in recordings. Default is true
// Only metric-like data like speed, size, and response code are captured.
// No data is captured from the request or response body.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export const posthog = new PostHog(
// Enable masking of all sandboxed system views like UIImagePickerController, PHPickerViewController and CNContactPickerViewController. Default is true.
// iOS only
maskAllSandboxedViews = true,
// Enable masking of images that likely originated from user's photo library. Default is true.
// iOS only
maskPhotoLibraryImages = true,
// Capture logs automatically. Default is true.
// Android only (Native Logcat only)
captureLog: true,
Expand Down

0 comments on commit e35d385

Please sign in to comment.