-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include the response body in the network logs when using Swift Concurrency #487
Comments
@ahmedsalah196 just a ping because this ticket doesn't seem to have been triaged yet! |
@xmollv We don't have plans to support this at the current time. Will state this in our public docs soon |
@ahmedsalah196 is not going to be supported because there's no way to automatically capture responses? I'm more than happy to decode the response myself and include them on Instabug manually. Is there a possibility to add an API on Instabug's SDK to achieve that? |
@xmollv I will check this with our product team and get back to you |
When is this going to resolve ?? |
@ahmedsalah196 @EyadHeikal Could we please reopen this ticket and add the 'Feature Request' label? Ignoring this sends a strong message about Instabug not being able to keep up with the latest technologies on iOS. |
This is a known issue related to #482. See comment: #482 (comment).
Steps to Reproduce the Problem
Expected Behavior
We're able to inspect the response body the server gave us.
Actual Behavior
Only the response header's are logged, the body is missing.
Instabug integration code
SDK Version
12.9.0
iOS Version
iOS 17.4
Device Model
iPhone 15 Pro
The text was updated successfully, but these errors were encountered: