react-native-network-logger
react-native-network-logger copied to clipboard
Added Export all option to the More modal
- Added export all button on the more modal.
closes #27
I started working on a draft of this a couple of days ago, but didn't get round to finishing it. I was thinking of exporting the logs in a HAR format so they can then be imported and read by other applications such as chrome. I pushed up my current change here, what do you think?
HAR format works for me! I didn't know if you wanted it formatted or not, so I was going to write a script to convert it.
I started working on a draft of this a couple of days ago, but didn't get round to finishing it. I was thinking of exporting the logs in a HAR format so they can then be imported and read by other applications such as chrome. I pushed up my current change here, what do you think?
Would you also change the individual export to be in the har format too?
Would you also change the individual export to be in the har format too?
Yeah, I think that would make sense
Thanks again for the PR, I've now merged #36 to export as a HAR format so I'll close this PR as that should cover it.