docs(apple): Document network details data collection#17787
Merged
Conversation
Add a configuration reference page for Apple Session Replay, mirroring the existing Android configuration page. Covers all sessionReplay options including sampling rates, masking, quality, performance renderer flags, and network detail capture. Includes Swift and Objective-C examples for both string and NSRegularExpression URL patterns. Also shifts sidebar_order of sibling pages to make room. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…network config docs The Objective-C code examples for networkDetailAllowUrls, networkRequestHeaders, and networkResponseHeaders do not currently work, so remove them to avoid confusion. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Philip Niedertscheider <phil.niedertscheider@sentry.io>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Add a section to data-collected.mdx describing what data the SDK collects when Session Replay network detail capture is enabled: request/response headers, bodies, content type filtering, and the 150KB truncation limit.
5d91a73 to
cbe6d9c
Compare
4 tasks
NinjaLikesCheez
approved these changes
May 18, 2026
Contributor
NinjaLikesCheez
left a comment
There was a problem hiding this comment.
LGTM with the one small comment on the sentry bot finding.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Add a "Network Details in Session Replay" subsection to the data-collected page, documenting what PII-relevant data the SDK captures when network detail capture is enabled for Session Replay:
Stacked on #17668 which adds the Session Replay configuration page with the referenced option anchors.
Part of: getsentry/sentry-cocoa#4944
IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST