about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/app.ts1
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();