reactotron icon indicating copy to clipboard operation
reactotron copied to clipboard

Network/api calls are not shown for web applications

Open waifo opened this issue 1 year ago • 3 comments

After configuring reactotron with react and redux i am able to see dispatched actions but no api/network calls

waifo avatar Aug 31 '23 11:08 waifo

Can you post a reproduction repo?

joshuayoes avatar Sep 07 '23 23:09 joshuayoes

Hi @joshuayoes, I have implemented like this in react.js project. Everything is fine but I cant see API RESPONSE coming in time line.

Ajmal0197 avatar Sep 19 '23 15:09 Ajmal0197

Currently, reactotron-react-js does not automatically track network requests in the same way that reactotron-react-native does.

However, you can introduce that functionality with reactotron-apisauce

joshuayoes avatar Sep 26 '23 18:09 joshuayoes