TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: React Native Performance Monitoring

1 pointsby markwillis82almost 8 years ago
How do people go about monitoring the performance &#x2F; errors on iOS&#x2F;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.<p>Do you roll your own reporting? or use a service?

1 comment

clearingalmost 8 years ago
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.