betaacid / expo-analytics

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

TypeError: Network request failed #5

Closed dylancom closed 6 years ago

dylancom commented 6 years ago

My app is crashing when the Google Analytics fetch is failing. Should .hit return a Promise so I can catch errors after sending a hit?

"TypeError: Network request failed"

ryanvanderpol commented 6 years ago

@dylancompanjen good idea. I'm happy to accept a PR if you have some time to make that change.

dylancom commented 6 years ago

@ryanvanderpol Sure, I finally had some time :).

ryanvanderpol commented 6 years ago

@dylancompanjen thanks for the PRs. I've merged them in and released 1.0.7 to npm.