janmisek / ember-error-handler

Error handling for ambitious web applications
MIT License
4 stars 2 forks source link

Document what affects this library has on standard Ember error handling #7

Open buzzware opened 5 years ago

buzzware commented 5 years ago

This page documents the standard handling https://guides.emberjs.com/release/routing/loading-and-error-substates/ It seems that this library allows the local error event handling, but blocks the global application-error route. It would be good to know what the effects are designed to be, and whether it is supposed to replace or augment the existing infrastructure.

buzzware commented 5 years ago

I see that it overrides the built in local *-error route feature. I think the WSOD should be last resort, either replacing it or after the application-error if possible.