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.
I have tried to add http://BugSnag.com to the app. but then the app won't even start đ
Any ideas on how to debug this?
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.
and yes this was with advanced compilation, but hooking it up to the debugger it worked of course
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.
âHappening on only 1 phoneâ - on one specific phone or on one type of device?
Do you do :advanced compilation?