How can I get a callback from EurekaLog when it catches an exception?
I’d like to add a record of all clicks made whenever EurekaLog creates a .el file. For this, I’d need a callback from EurekaLog whenever it catches an exception, so I can dump all recorded clicks into my own log file. Does EurekaLog provide a way to do that ?