Instabug/Instabug-iOS

Network logs are missing when logging is enabled for Custom URLSessionConfiguration

nsinghInfogain opened this issue · 3 comments

Steps to Reproduce the Problem

Use both the custom URLsessionConfiguration and the default URLSession for making the request , at times the network logs are not appearing on the dashboard

Expected Behavior

All the network requests must be listed

Actual Behavior

Network logs are going missing

Instabug integration code

urlSessionConfig = URLSessionConfiguration.ephemeral
urlSessionConfig.timeoutIntervalForRequest = 60 * 4
NetworkLogger.enableLogging(for: urlSessionConfig)

SDK Version

'Instabug', '11.4.1'

iOS Version

iOS 15.5

Device Model

iPhone 13 Pro

[Optional] Project That Reproduces the Issue

Hi @nsinghInfogain,
Are you having the same issue with other URLSessionConfiguration?
May you reach out to support@instabug.com to further investigate this?

stale commented

This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.

stale commented

This issue has been automatically closed due to inactivity.