I have integrated Firebase Performance Monitoring in one of my projects. In that project, I use Retrofit to manage my network requests.
Sadly, none of the requests made through Retrofit are visible in the "Network Requests" tab of Firebase Performance.
Here are the only things I see :
Can somebody tell me what I need to do in order to see my Retrofit-managed network requests in Firebase Performance?
Thank you