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?
Sorry disregard. It seems the global error handler is being called before the error is logged by re-frame.