epicweb-dev / epic-stack

This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
https://www.epicweb.dev/epic-stack
MIT License
4.47k stars 368 forks source link

Error Logging #735

Closed zwhitchcox closed 5 months ago

zwhitchcox commented 5 months ago

Currently, errors are not logged to the console, only to Sentry (if it's enabled)

Test Plan

This was manually tested

Checklist

Screenshots

Previously, only an 500 status was reported, but not the error itself:

Screenshot 2024-05-17 at 6 16 42 PM

We now get the full error and stack trace along with the HTTP status:

Screenshot 2024-05-17 at 7 14 17 PM