docs(apple): Add Session Replay configuration page to match Android#17668
Open
NinjaLikesCheez wants to merge 7 commits intomasterfrom
Open
docs(apple): Add Session Replay configuration page to match Android#17668NinjaLikesCheez wants to merge 7 commits intomasterfrom
NinjaLikesCheez wants to merge 7 commits intomasterfrom
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
…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>
philprime
reviewed
May 8, 2026
Member
philprime
left a comment
There was a problem hiding this comment.
Good progress, left some feedback to consider
Co-authored-by: Philip Niedertscheider <phil.niedertscheider@sentry.io>
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
Tell us what you're changing and why. If your PR resolves an issue, please link it so it closes automatically.
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.
This is a part of: getsentry/sentry-cocoa#4944
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
EXTRA RESOURCES