You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I just integrated Instabug SDK binding library to my Project that already uses ModernHttpClient.
Problem is that http calls correctly works before Instabug initialization but they stopped working just after.
I already encountered this problem before and I solved convert all httpClient with ModernHttpClient but in this case, probably, Instabug SDK do something that I can not override.
Problem is not Instabug specific SDK, problem is that once you start using ModernHttpClient you should always use this and sometimes it is not possible.
Any idea?
Many Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I just integrated Instabug SDK binding library to my Project that already uses ModernHttpClient.
Problem is that http calls correctly works before Instabug initialization but they stopped working just after.
I already encountered this problem before and I solved convert all httpClient with ModernHttpClient but in this case, probably, Instabug SDK do something that I can not override.
Problem is not Instabug specific SDK, problem is that once you start using ModernHttpClient you should always use this and sometimes it is not possible.
Any idea?
Many Thanks
The text was updated successfully, but these errors were encountered: