Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds logging of messageExceptions in the fastapi exception handler.
We're intentionally not doing a full log.exception with the traceback here, though we could. This exception will also be dispatched to Sentry if configured, this just makes logs less opaque when one sees a 500.
- Loading branch information