all repos — homestead @ 2719d819b935309b686d4c5c27026faaeb4b3717

Code for my website

Log errors

Alan Pearce
commit

2719d819b935309b686d4c5c27026faaeb4b3717

parent

93866314aac91b2b9d0ef7ce4c83204f77b51748

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M src/app.tssrc/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();