betaacid / expo-analytics

Google Analytics integration for use with React Native apps built on Expo
MIT License
288 stars 63 forks source link

Batching requests #25

Open ericjames opened 5 years ago

ericjames commented 5 years ago

Is there a way to batch requests together so I don't overwhelm the user's phone with GA reporting?

The batch pattern for fetch is not compatible with the current package's methods, since the methods are standalone fetches. ie: https://stackoverflow.com/questions/43195951/js-fetching-batch-data-with-http