feat(network-details): [test-app] Add testing UI to iOS-Swift#7581
Open
43jay wants to merge 9 commits intomobile-935/sdk-optionsfrom
Open
feat(network-details): [test-app] Add testing UI to iOS-Swift#758143jay wants to merge 9 commits intomobile-935/sdk-optionsfrom
43jay wants to merge 9 commits intomobile-935/sdk-optionsfrom
Conversation
Contributor
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. This PR will not appear in the changelog. 🤖 This preview updates automatically when you update the PR. |
Contributor
|
d0c49fd to
0898913
Compare
7 tasks
philprime
reviewed
Mar 4, 2026
Member
philprime
left a comment
There was a problem hiding this comment.
Good progress, left a couple of comments
Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift
Outdated
Show resolved
Hide resolved
Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift
Outdated
Show resolved
Hide resolved
0898913 to
240ba73
Compare
Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift
Outdated
Show resolved
Hide resolved
Samples/SentrySampleShared/SentrySampleShared/SentrySDKWrapper.swift
Outdated
Show resolved
Hide resolved
43jay
added a commit
that referenced
this pull request
Mar 4, 2026
Collaborator
Author
|
@philprime PTAL 🙏 AFAICT all comments resolved except for the 'why did you not use xcode for this' ones: |
cd8e4f0 to
327fd2e
Compare
cfc450a to
1d0cc82
Compare
327fd2e to
faac0a4
Compare
1d0cc82 to
037f0e4
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
philprime
approved these changes
Mar 10, 2026
037f0e4 to
cad52c2
Compare
8a5da47 to
719553e
Compare
cad52c2 to
83310fd
Compare
719553e to
1865d4a
Compare
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.
📜 Description
Enables network detail capture for httpbin.org:
Adds a new screen to iOS-Swift sample app to
💡 Motivation and Context
100% coded by claude, acceptance criteria was to pass swiftlint for any code i introduced.
1) Navigating to Network Details screen from Extras

2) Test screen on initial load

3) Test Screen with request/response details populated (JSON request)

4) Corresponding Session Replay captured (https://sentry-sdks.sentry.io/explo...)

💚 How did you test it?
Build + Install
📝 Checklist
You have to check all boxes before merging:
sendDefaultPIIis enabled. N/A - test app