Setting Up RPC with OTEL for Error Transformation and Reporting
Hi, any thoughts on a nice setup with RPC and OTEL that lets me transform errors to client-side errors in the rpc (to not leak any data) but somehow report that before? Like something like a ".mapError" on the already reported rpc function
