Closed dentarg closed 7 years ago
I think it would be useful to log all exceptions happening in Subscription#on_exception, either by default, or that the user supply the logger (and we default to a null logger).
Subscription#on_exception
Example in one of our projects: https://github.com/twingly/wally/pull/47
I think it would be useful to log all exceptions happening in
Subscription#on_exception
, either by default, or that the user supply the logger (and we default to a null logger).Example in one of our projects: https://github.com/twingly/wally/pull/47