Would it be worth a feature request to be able to ...
# coroutines
z
Would it be worth a feature request to be able to enable stacktrace recovery in production? I know we could do a round-about way via excluding the embedded proguard rules that come with coroutines, but that’s fairly cumbersome and I wonder if this could be done a separate way. The reason I ask is because we want traces from production and our bug reporting tool can retrace these (we do the same with RxDogTag, of which I’m the author)
7