Log errors
Alan Pearce alan@alanpearce.eu
Thu, 23 Nov 2023 19:20:05 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M src/app.ts → src/app.ts
@@ -249,6 +249,7 @@ status_code: status, content_encoding: "identity", }); Sentry.captureException(error); + console.error("Error", error); return new Response("Something went wrong", { status: status }); } finally { const seconds = endTimer();