uber/RxDogTag

Add an opt-in to call onError anyway

Closed this issue · 1 comments

This way, if someone supplies their own LambdaConsumerIntrospection, they could control this behavior if they want (such as if theirs just logs an error)

Note that this would require some reworking of internals to opt-in and allow it. Right now reportError always calls RxJavaPlugins.onError() anyway