Is there a way of recording handled exception from the native side? #5010
Unanswered
powerserg17-bunch
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Good question, I'm not sure? We have a history of making native bits public though when necessary to allow things like this, we know they can be quite useful. Is there some method that could be public that would help you accomplish your goal? If yes and you PR a change to the java I could merge it in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way of recording an exception (natively
FirebaseCrashlytics.getInstance().recordException(exception)
), handled intry catch
block in native Android code? The Crashlytics instance is not exposed natively and with RN Bridge - ReactApplicationContext does not emit an event when it crashes on startup.Beta Was this translation helpful? Give feedback.
All reactions