re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
amar 2020-11-09T21:56:05.299100Z

Hi I've added a global error handler to my app but if an exception is thrown inside of an event handler, it seems to be logged in the console by re-frame. Can a global interceptor or post-event-callback be used to handle the exception?

amar 2020-11-09T22:07:54.299300Z

Sorry disregard. It seems the global error handler is being called before the error is logged by re-frame.