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
360 stars 185 forks source link

Remove isString typo #843

Closed AmineKenzup closed 1 year ago

AmineKenzup commented 1 year ago

We received millions of event errors from sentry (our quota was exceeded because of it 🙃 ), What I've found that @segment/analytics-react-native doesn't have any method called isString image image

oscb commented 1 year ago

There is a isString method in core

Are you on the latest version of analytics-react-native?

AmineKenzup commented 1 year ago

There is a isString method in core

Are you on the latest version of analytics-react-native?

Indeed I was using an older version (2.13.4).