Effect Library Design: Is Adding Spans Considered Bad Practice?

If im writing a library using effect, is it bad practice to add spans? Should observability/monitoring be left completely up to the user and outside of library code?
Was this page helpful?