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
Sentry.config('https://[email protected]/...', {
deactivateStacktraceMerging: true, // disable stacktrace merging for it causes error somehow.
}).install()
I have following issue:
Some JS error causes NoSuchKeyException.
I don't know what is it like (sorry, I could not reproduce it).
Here's a Java stacktrace we have on Sentry.
com.facebook.react.bridge.NoSuchKeyException: couldn't find key value in dynamic object
at com.facebook.react.bridge.ReadableNativeMap.getString(ReadableNativeMap.java)
at io.sentry.RNSentryModule.captureEvent(RNSentryModule.java:251)
at java.lang.reflect.Method.invoke(Method.java)
at com.facebook.react.bridge.JavaMethodWrapper.invoke(JavaMethodWrapper.java:363)
at com.facebook.react.bridge.JavaModuleWrapper.invoke(JavaModuleWrapper.java:162)
at com.facebook.react.bridge.queue.NativeRunnable.run(NativeRunnable.java)
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:31)
at android.os.Looper.loop(Looper.java:180)
at com.facebook.react.bridge.queue.MessageQueueThreadImpl$3.run(MessageQueueThreadImpl.java:194)
at java.lang.Thread.run(Thread.java:764)
Steps to reproduce:
Sorry, I don't know how to reproduce it.
I guess some JS error does not satisfy RN-sentry's assumptions.
OS:
Platform:
Output of
node -v && npm -v && npm ls --prod --depth=0
Config:
I have following issue:
Some JS error causes NoSuchKeyException.
I don't know what is it like (sorry, I could not reproduce it).
Here's a Java stacktrace we have on Sentry.
Steps to reproduce:
Actual result:
value
.RNModule#captureEvent
and get content ofevent
passed from RN world.From line 248 in RNModule.java, I rewrite to below.
And I got...
Expected result:
The text was updated successfully, but these errors were encountered: