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: {