Fork me on GitHub
#re-frame
<
2020-11-09
>
amar21:11:05

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?

amar22:11:54

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