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