diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.ts b/src/app.ts index 1290aaa..ac11c4d 100644 --- a/src/app.ts +++ b/src/app.ts @@ -249,6 +249,7 @@ export const server = { content_encoding: "identity", }); Sentry.captureException(error); + console.error("Error", error); return new Response("Something went wrong", { status: status }); } finally { const seconds = endTimer(); |