I'm with a problem with Firebase Performance Network.
I added the default performance monitoring on my android app but in the performance network console on Firebase its showing the detail for the agregated request. ex: api.test.com.br/*
My app make many requests for differents endpoints with the same base url. But I would like to see the detail for each endpoint separately.
I'm using Retrofit2 with okhttp3.