Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<PlatformSection supported={["apple"]}>

<Alert>
The types and amount of information collected depends on the platform on which the Apple SDK is used. Refer to the <PlatformLink to="/">respective platform guide</PlatformLink> to see information specific to the platform you're interested in.
</Alert>

</PlatformSection>

## HTTP Headers

The <PlatformLink to="/configuration/http-client-errors">HTTP Client Errors</PlatformLink>, 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.
Expand Down