@patrickj7332 Been working on adding OTEL Traces + Logging to my TRPC service on cloudflare workers, it's pretty nice, found this just to see if any packages or something exists for adding TRPC specific spans to the traces but doesn't seem so, so added some basic stuff myself, primarily wrote a trpc middleware that makes sure that each procedure is in it's own span so that batched requests are visualized properly.