Using Nested Effect.fn for Tracing Information

I'm beginning to use Effect.fn to introduce tracing information to my codebase.

Is it useful to have a nested Effect.fn's that is called by another Effect.fn? Or would the trace information already captured by the latter
Was this page helpful?