Errors are sometimes suppressed and not reported in Sentry
In a few places in the application (such as the project import workflow, among a few others), errors are suppressed and a message is shown to the user (e.g. "Importing some projects failed"). However, the underlying error is caught in an exception handler, making it difficult to debug in when an error does occur. Furthermore, those errors are not reported in Sentry in production.