ci: 💚 Add debug for CI

This commit is contained in:
Jesse Wierzbinski 2024-09-23 13:06:22 +02:00
parent c7ae7f3042
commit de8b8e2cc0
No known key found for this signature in database

1
app.ts
View file

@ -220,6 +220,7 @@ export const appFactory = async () => {
});
app.onError((error, c) => {
console.error(error);
serverLogger.error`${error}`;
sentry?.captureException(error);
return c.json(