You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unhandled promise rejection causes a crash. I can see that this issue was previously reported here #652 but it appears to still occur. I had no issues prior to upgrading from react-native-sentry to @sentry/react-native
I see many many crashes as below.
UnexpectedNativeTypeException
Value for exception cannot be cast from String to ReadableNativeMap
at com.facebook.react.bridge.ReadableNativeMap.checkInstance (ReadableNativeMap.java:139)
at com.facebook.react.bridge.ReadableNativeMap.getNullableValue (ReadableNativeMap.java:127)
at com.facebook.react.bridge.ReadableNativeMap.getMap (ReadableNativeMap.java:171)
at com.facebook.react.bridge.ReadableNativeMap.getMap (ReadableNativeMap.java:22)
at io.sentry.RNSentryModule.sendEvent (RNSentryModule.java:301)
at java.lang.reflect.Method.invoke (Native Method)
at com.facebook.react.bridge.JavaMethodWrapper.invoke (JavaMethodWrapper.java:371)
at com.facebook.react.bridge.JavaModuleWrapper.invoke (JavaModuleWrapper.java:150)
at com.facebook.react.bridge.queue.NativeRunnable.run (Native Method)
at android.os.Handler.handleCallback (Handler.java:789)
at android.os.Handler.dispatchMessage (Handler.java:98)
at com.facebook.react.bridge.queue.MessageQueueThreadHandler.dispatchMessage (MessageQueueThreadHandler.java:26)
at android.os.Looper.loop (Looper.java:164)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$4.run (MessageQueueThreadImpl.java:225)
at java.lang.Thread.run (Thread.java:764)
Steps to reproduce:
Unhandled promise rejection
Actual result:
App crash
The text was updated successfully, but these errors were encountered:
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
react-native
version: 0.61.2@sentry/react-native
:1.2.1Init Code:
I have following issue:
An unhandled promise rejection causes a crash. I can see that this issue was previously reported here #652 but it appears to still occur. I had no issues prior to upgrading from
react-native-sentry
to@sentry/react-native
I see many many crashes as below.
UnexpectedNativeTypeException
Value for exception cannot be cast from String to ReadableNativeMap
Steps to reproduce:
Actual result:
The text was updated successfully, but these errors were encountered: