trace4cats has this nice extension syntax that allows to introduce tracing into a code base without adding much clutter:
IO(doStuff).trace("", Attributes(...))
I would love for something like this to be in otel4s but it would add another way to do things.