Getting weird with Expo/React Native

Since upgrading to SDK 24, I’ve been seeing some weird errors on Sentry. I tried searching through their forums and Github issues with no luck. I’d really appreciate any help.

image

image

image


The stack trace sometimes shows up in axios which I use for HTTP requests, although its version hasn’t changed since I started developing the app. And sometimes it’s somewhere else.

image


Here it’s showing up in react-navigation code

image

And here it is deep down in React Native’s code

image

I’ve tried to figure out the cause of this or at least how I can reproduce it, but it’s only happening with our users. Everything’s perfect locally and on my test devices in both development and production environments. I’d really appreciate it if someone pointed me in the right direction.