infinitered / reactotron

A desktop app for inspecting your React JS and React Native projects. macOS, Linux, and Windows.
https://docs.infinite.red/reactotron/
MIT License
14.69k stars 935 forks source link

Network/api calls are not shown for web applications #1302

Open waifo opened 10 months ago

waifo commented 10 months ago

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

joshuayoes commented 10 months ago

Can you post a reproduction repo?

Ajmal0197 commented 9 months ago

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

joshuayoes commented 9 months ago

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