all repos — website @ f3e99cbaf429368b7aa094b72a2f5b488e794ad7

My website

Log errors

Alan Pearce
commit

f3e99cbaf429368b7aa094b72a2f5b488e794ad7

parent

9fa5bde100dd2fbd88cf6ffad0c8e8ebbd72676f

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

changed files
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();