HttpApi usage? I am migrating a Hono app to HttpApi but running into some things I am not sure how to handle / set up nicely. NotFoundError or a InternalServerError, but I let other errors bubble up (Something unrecoverable like a PrismaError). Should I manually do mapError to InternalServerError for those cases? If so, where would I handle the logging to Sentry of those types of errors? Also per endpoint? Or is there a more logical way to do thisfailure is of that middleware? And then how to handle logging