diff --git a/docs/platforms/apple/common/data-management/data-collected.mdx b/docs/platforms/apple/common/data-management/data-collected.mdx
index ce02a8da83d72..062688353f9c5 100644
--- a/docs/platforms/apple/common/data-management/data-collected.mdx
+++ b/docs/platforms/apple/common/data-management/data-collected.mdx
@@ -8,6 +8,14 @@ Sentry takes data privacy very seriously and has default settings in place that
The category types and amount of data collected vary, depending on the integrations you've enabled in the Sentry SDK. This page lists data categories that the Apple SDK collects.
+
+
+
+ The types and amount of information collected depends on the platform on which the Apple SDK is used. Refer to the respective platform guide to see information specific to the platform you're interested in.
+
+
+
+
## HTTP Headers
The HTTP Client Errors, which are enabled by default, send the HTTP headers of the failed request and response to Sentry. The SDK uses a [denylist](https://github.com/getsentry/sentry-cocoa/blob/main/Sources/Swift/Tools/HTTPHeaderSanitizer.swift) to filter out any headers that contain sensitive data.