overleaf / spelling

The backend spellcheck API that performs spell checking for Overleaf
GNU Affero General Public License v3.0
9 stars 17 forks source link

[app] capture uncaught exceptions #38

Closed das7pad closed 4 years ago

das7pad commented 5 years ago

Description

Unhandled errors should not crash the app. Instead just log them (and generate a fancy report in sentry).

Related Issues / PRs

Examples for unhandled exceptions: #37 #28