diff --git a/apps/gateway/src/middlewares/errorHandler.ts b/apps/gateway/src/middlewares/errorHandler.ts index fdb3df434..a8153e564 100644 --- a/apps/gateway/src/middlewares/errorHandler.ts +++ b/apps/gateway/src/middlewares/errorHandler.ts @@ -2,9 +2,8 @@ import { LatitudeError, UnprocessableEntityError, } from '@latitude-data/core/lib/errors' -import { HTTPException } from 'hono/http-exception' - import { captureException } from '$/common/sentry' +import { HTTPException } from 'hono/http-exception' import HttpStatusCodes from '../common/httpStatusCodes'