Hacker News new | ask | show | jobs
by fakethenews2022 1507 days ago
The crash statistic may be an invalid indicator. Problems in your app will no longer manifest themselves as crashes in your native code because the only native code running is iOS's.
2 comments

Hi, author here. Yeah that's a great point. With Capacitor when the browser crashes you just get this white screen and it wouldn't get picked up as an exception by iOS and reported on the App Store. I ended up having to add in custom JS crash reporting to catch browser exceptions, but I'm not 100% happy with it.

Let me know if anyone has a recommendation.

You should be able to use regular JavaScript tools like sentry.io
That's a good point; the crashes are now empty white screens without notice.