segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
354 stars 181 forks source link

handled promise rejection #966

Closed hvardhan-unth closed 3 days ago

hvardhan-unth commented 3 days ago

Issue : [2.19.2] Possible Unhandled Promise Rejection (id: 0): Error: Promise timed out.

Fix : Added default handler for promise rejection in createPromise function.