gitpoint / git-point

GitHub in your pocket :iphone:
https://gitpoint.co/
MIT License
4.73k stars 788 forks source link

Error reporting #203

Open lex111 opened 7 years ago

lex111 commented 7 years ago

Maybe you should consider using logging about errors? It is useful to understand, to be aware of the fall of applications from users who install it. For this, there is Sentry or Bugsnag.

For example, to find out what happened here https://github.com/gitpoint/git-point/issues/201

RolfKoenders commented 7 years ago

I was thinking about that a few days ago but forgot to log it. It would be really helpful because probably more then 50% of the crashes/issues are being logged, if we see a pattern on a crash we can react upon it. And like you said, can gives us some insights in what happened. :+1: