-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Feature Request
Currently, this package only logs network requests made via JavaScript-based APIs such as fetch and XMLHttpRequest in the React Native environment. It does not inherently intercept or log network requests originating directly from native modules or native code.
Can we add that feature as well?
Additional context
To give more context, I am working on an app in react native that contains ads. The Google Ad Manager (GAM) integration is handled on the native side, but to debug and troubleshoot issues, I have to use external tools like Charles to see the native requests. It would be great if I could see all network requests made by my app (JS and Native) in a single, unified place.
Metadata
Metadata
Assignees
Labels
No labels