Freegle / iznik-nuxt

Freegle's web client
https://www.ilovefreegle.org
GNU General Public License v2.0
27 stars 22 forks source link

Error case handling #131

Open edwh opened 4 years ago

edwh commented 4 years ago

There are several error cases which need review to check we handle them.

Some may be mitigated by the global approach we have for spotting API errors and popping up a toast.

Specific error cases to review and perhaps test.

edwh commented 4 years ago

General approach is that Sentry catches both JS errors and API errors. I've used this to whittle down the number of errors very considerably, and will continue to do so.

There are still some rare but important error cases listed above which need work.