Fork me on GitHub
#cljsrn
<
2021-06-02
>
thomas08:06:12

Hi, I have run into a problem with my RN app that is happening on only 1 phone (app crashes hard, no error message what so ever). When I run locally with the same account (we are still in the testing phase) no problems. And when running a debug build no problems either.

thomas08:06:40

I have tried to add http://BugSnag.com to the app. but then the app won't even start 😞

thomas08:06:50

Any ideas on how to debug this?

dotemacs08:06:14

I was going to suggest some sort of service that allows you send the logs to. Which you’ve already tried with BugSnag. So maybe try something “plain”, which doesn’t pull in a lot of dependencies, some log capturing service where you can just simply HTTP POST the logs. Or alternatively, connect your device with the cable to your dev machine and watch the logs that way.

raspasov08:06:21

“Happening on only 1 phone” - on one specific phone or on one type of device?

raspasov08:06:33

Do you do :advanced compilation?

thomas10:06:06

Hi.. sorry.. forgot about this... I managed to get Bugsnag working in the end (had to clear my node_modules/ and then it started working.

thomas10:06:51

and yes this was with advanced compilation, but hooking it up to the debugger it worked of course