This repository was archived by the owner on Jan 11, 2023. It is now read-only.
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
sapper.middleware catches all server errors, would rather pass through #993
Open
Description
Is your feature request related to a problem? Please describe.
I have a error handler in my express app that sends server errors to Sentry and does some custom error handling. Sapper's error handler catches all server errors and doesn't pass them through to my default.
Describe the solution you'd like
To pass through sapper server route errors to pass through to my error handling middleware
Describe alternatives you've considered
None
How important is this feature to you?
Error handling is muy importante
Additional context
No extra context