alexbrazier / react-native-network-logger

An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code
MIT License
550 stars 50 forks source link

Is it a good idea to use in production to help in analytic tools? #102

Closed rajeshias closed 2 months ago

rajeshias commented 4 months ago

We used to use the package in dev build, and it is disabled by flag in production.

Now is it alright to use this in production to help with analytics and logging services?. Does this have any impact on device performance and security?

TrejoCode commented 2 months ago

Yes, It is a bad idea, in general you will expose all network request to all people. Is not a issue, please close the issue.