-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Description
Hello,
My name is Ran Yefet, Developer @ http://yes.no
For last 4 months I've been working on our iOS app using React Native (so far it's been great)
We plan to launch soon and we're looking for crash reporting tool.
My first try was Crashlytics, but it only caught Objective-C crashes without any JavaScript crashes.
Also opened a question on stack overflow still waiting for answer.
Next, I tried HockeyApp, I've integrated their SDK and I do see crashes from JavaScript, but the data related to the crash is only useful for Objective-C but not JavaScript so no stack trace, no JS error that was thrown basically not very helpful/useful.
Their response is that either React Native team will provide hooks to get that data or to build something custom.
I found Sentry but their React Native plugin is experimental and not ready for production.
At the current state, I can't find a tool that will solve my problem.
Dear React Native community,
- How do you monitor your apps on production?
- What tools do you use to catch crashes?
- Can anybody help with Integrating one of these tools with React Native? or Provide guidance on how to solve it?
Thanks,
Ran.