In my android app, I'm using 3rd party libraries like fresco and okhttp3. I want to trace the response of every request made through these libraries. And i want to do it globally
I'm using react-native also in my app, and i wants to trace the response of each api call made from react-native code like firebase performance monitoring tool.
Any idea how firebase is doing this?
In okhttp3 i can add interceptor to track these, but request made through fresco and react-native I'm not able to track like this