fab-spec / fab

💎 FAB project specification & monorepo

Home Page:https://fab.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request]: Add global error handling to runtime

thejuan opened this issue · comments

Allow the ability to handle errors (thrown from SSR (maybe that's not FAB responsibility?) or from redirect logic)
Our use case is the desire to remotely log the error and potentially redirect to an error page (but this maybe handled by next)

Looking into this, it looks like this is a host concern.
If you want to outline any thoughts on how you'd see this being done we can possibly take a look at doing it.