diff --git a/TRPC.md b/TRPC.md index 25e9388..9e71413 100644 --- a/TRPC.md +++ b/TRPC.md @@ -23,5 +23,5 @@ const t = initTRPC.context().create({ }); // add the middleware to all the procedures you want to trace -export const publicProcedure = t.procedure.use(trpcTracingMiddleware({ collectInput: true })) +export const publicProcedure = t.procedure.use(tracing({ collectInput: true })) ```