Summary
The iOS tab on the autocapture documentation page incorrectly states that screen navigation autocapture is "not enabled by default" and needs to be manually enabled.
However, according to both the [iOS SDK configuration docs](https://posthog.com/docs/libraries/ios/configuration#all-configuration-options) and the [source code](https://github.com/PostHog/posthog-ios/blob/af5b8e4c1a8e68c1e99ccbb62521f35e3928eb8d/PostHog/PostHogConfig.swift#L63), captureScreenViews defaults to true.
Incorrect page: https://posthog.com/docs/product-analytics/autocapture?tab=iOS#configuring-screen-navigation-autocapture
Correct information: The iOS SDK configuration docs correctly state that captureScreenViews has a default value of true.
What kind of request is this?
Which product is this for?
Is there a deadline for this change?
Summary
The iOS tab on the autocapture documentation page incorrectly states that screen navigation autocapture is "not enabled by default" and needs to be manually enabled.
However, according to both the [iOS SDK configuration docs](https://posthog.com/docs/libraries/ios/configuration#all-configuration-options) and the [source code](https://github.com/PostHog/posthog-ios/blob/af5b8e4c1a8e68c1e99ccbb62521f35e3928eb8d/PostHog/PostHogConfig.swift#L63),
captureScreenViewsdefaults totrue.Incorrect page: https://posthog.com/docs/product-analytics/autocapture?tab=iOS#configuring-screen-navigation-autocapture
Correct information: The iOS SDK configuration docs correctly state that
captureScreenViewshas a default value oftrue.What kind of request is this?
Which product is this for?
Is there a deadline for this change?