Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get crash logs for React Native app?

Tags:

react-native

My React Native App crashed on a tester's phone.

What is the best way to get logs of that crash? I'm using React Native 0.14.2

like image 439
Mark Avatar asked Apr 20 '16 00:04

Mark


1 Answers

We just rolled out official support for react native error reporting with Bugsnag this week which reports both JavaScript and native (Java/Cocoa) layer errors to a single dashboard.

Compared to Fabric - Bugsnag adds support for js source maps, ios symbolication, and android proguard mapping - which make a big difference.

Let me know if you have any questions or I can help in any way - I'm a founder.

like image 194
loopj Avatar answered Sep 21 '22 13:09

loopj