-
Couldn't load subscription status.
- Fork 29.7k
Closed
Description
Feature request
Is your feature request related to a problem? Please describe.
I want to have errors thrown in development so I can use the chrome debugger’s pause on exceptions and inspect the error’s environment. The current error rendering provided by next.js swallows the exception and is a lot less useful than chrome’s debugger.
Describe the solution you'd like
Throwing an error in a custom _app.js causes the error to be caught by some parent component (I think AppContainer?) Maybe a solution is to stop catching errors if we implement a componentDidCatch in App.js
Describe alternatives you've considered
Being a better programmer. (💩 impossible for me tho 💩)
Additional context
Pls. Stop catching my errors when you don’t even catch them in production 😭😭😭
The devtools feature I’m talking about

Metadata
Metadata
Assignees
Labels
No labels