from Hacker News

Ask HN: React Native Performance Monitoring

by markwillis82 on 7/18/17, 11:03 AM with 1 comments

How do people go about monitoring the performance / errors on iOS/android apps? We are building in react-native, for websites we use NewRelic but looking at the cost of their mobile platform I am wondering what alternatives there are out there.

Do you roll your own reporting? or use a service?

  • by clearing on 7/25/17, 3:59 PM

    We use Bugsnag for crashes, and Fabric for general usage analytics and adoption rates. Fabric also includes Crashlytics but Bugsnag has a better direct React Native integration. This includes source map support, version grouping, and issue assignment.