From efccb309a83b9b141b5dfc44e6dae5f4e88827b7 Mon Sep 17 00:00:00 2001 From: Bunz <66bunz@gmail.com> Date: Fri, 19 Jul 2024 13:59:27 +0200 Subject: [PATCH] Update index.js --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index ff37067..d8ca29a 100644 --- a/src/index.js +++ b/src/index.js @@ -1436,6 +1436,7 @@ export default { return await router.handle(request, env, ctx); } catch (error) { sentry.captureException(error); + console.error(error.message); return new Response( JSON.stringify({ error: {