CE provides a tracing functionality, given developers much more useful stack traces: https://typelevel.org/cats-effect/docs/tracing When using `Console[F].printStackTrace` however, the tracing functionality is not used. Should we use the tracing functionality for this? Or should we provide another way to get access to those enhanced stack traces?