mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
ci: 💚 Add debug for CI
This commit is contained in:
parent
c7ae7f3042
commit
de8b8e2cc0
1 changed files with 1 additions and 0 deletions
1
app.ts
1
app.ts
|
|
@ -220,6 +220,7 @@ export const appFactory = async () => {
|
|||
});
|
||||
|
||||
app.onError((error, c) => {
|
||||
console.error(error);
|
||||
serverLogger.error`${error}`;
|
||||
sentry?.captureException(error);
|
||||
return c.json(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue