sarriaroman / FabricPlugin

Fabric.io plugin for Cordova or Phonegap
MIT License
198 stars 159 forks source link

uncaptured error during startup #142

Open ciekawy opened 5 years ago

ciekawy commented 5 years ago

FabricPlugin is unable to catch one error during initialization (white screen shortly after splash screen).

https://github.com/graphql/graphql-js/issues/1182

I identified the crash/bug itself and was able to apply a workaround for the bug. However on fabric dashboard for broken builds there is no even 'Launch' registered in beta - just "installed". I am sure the "launch" and errors should be both captured by crashlytics. Even more - as for broken builds an app despite the error/stuck on white sreen - is able to detect a new build - thus I believe that error intercepting should be possible to be initialized earlier as well.

should this be considered as a bug/enhancment?

https://stackoverflow.com/questions/52751138/error-after-startup-of-ionic-app-uncaught-by-crashlytics-fabric

frederikhors commented 4 years ago

Working with Sapper and "graphql": "15.0.0" today and here we are!

Temporarily fixed by building with NODE_ENV=production. But something is broken I think. 🤕