Sentry Error Screenshot Code Reference
I am getting this issue reported on firebase crashlytics and sentry from my production app. 5 events and 4 users have been affected out of 100 users. I'm not able to reproduce this issue and also not able to determine its cause. As per the stack trace it looks like it's happening in the AppRegistry.js react native module inside node modules.
TypeError: undefined is not an object (evaluating 'u()(o).then')
at apply(node_modules/react-native/Libraries/ReactNative/AppRegistry.js:258:20)
at __callFunction(node_modules/react-
native/Libraries/BatchedBridge/MessageQueue.js:414:27)
at fn(node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:113:12)
at __guard(node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:365:9)
at value(node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:112:10)
at value([native code])