Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export all Logs #27

Closed
Spencer-Yoder opened this issue Sep 22, 2020 · 1 comment · Fixed by #36
Closed

Export all Logs #27

Spencer-Yoder opened this issue Sep 22, 2020 · 1 comment · Fixed by #36

Comments

@Spencer-Yoder
Copy link
Contributor

Feature Request

Having the ability to export the full list of logged request to a JSON file stored locally on the device.

I know the project right now doesn't have any dependencies (that's really nice), but the easiest and most practical way to do it would include using a package like react-native-fs.

Additional context

@alexbrazier
Copy link
Owner

Good idea @Spencer-Yoder. I'm open to adding dependencies to the project, although quite keen not to add native dependencies like react-native-fs as the would stop the library working with expo.

There is already an option to "Share full request" for each individual request, which then gives you the option to save to a file, email or copy etc. I'm not sure if there is a limitation on how long the share string can be, but we could potentially use that to share all requests without installing anything?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants