Skip to content

Log native requests #122

@geyserz

Description

@geyserz

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions