circe icon indicating copy to clipboard operation
circe copied to clipboard

Stack traces for DecodingFailure

Open kell18 opened this issue 4 years ago • 1 comments

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!

kell18 avatar Oct 18 '21 11:10 kell18

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.

joan38 avatar Apr 28 '23 21:04 joan38