Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
66Bunz committed Jul 19, 2024
1 parent cae7301 commit efccb30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit efccb30

Please sign in to comment.