circe
circe copied to clipboard
Stack traces for DecodingFailure
Hi, is there a way to show stack trace for a DecodingFailure? For example, my app is making a few requests to different services and if one of them is failing I don't even know where exactly it happened, it's just some JSON and cryptic DecodingFailure(C[A], List()))
Thanks!
It is really frustrating to not have any stacktrace when we get a DecodingFailure. We end up in a full on murder mystery investigation with 0 witness.