📜 Description
Hook the network details implementation into SentryNetworkTracker by implementing the 2 entrypoints
[SentryNetworkTracker captureRequestDetails:networkCaptureBodies:networkRequestHeaders:]
[SentryNetworkTracker captureResponseDetails:response:request:task:]
💡 Motivation and Context
This PR updates SentryNetworkTracker to call into extraction logic introduced in previous PRs.
💚 How did you test it?
See other PRs for tests.
📝 Checklist
You have to check all boxes before merging:
Note
The pull request "feat(network-details): Hook up request and response capture in SentryNetworkTracker" was created by @43jay but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.
📜 Description
Hook the network details implementation into SentryNetworkTracker by implementing the 2 entrypoints
💡 Motivation and Context
This PR updates SentryNetworkTracker to call into extraction logic introduced in previous PRs.
💚 How did you test it?
See other PRs for tests.
📝 Checklist
You have to check all boxes before merging:
sendDefaultPIIis enabled. requires SDKOptions config (networkDetailAllowUrls)