Skip to content

Commit

Permalink
Update TRPC.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn authored Oct 19, 2023
1 parent 1697ba6 commit 2d22409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TRPC.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TRPC OpenTelemetry Middleware

Trace your TRPC Applications. If you don't use OpenTelemetry yet please see https://baselime.io/docs/sending-data/opentelemetry
Trace your TRPC Applications. If you don't use OpenTelemetry yet please see [The Baselime Docs](https://baselime.io/docs/sending-data/opentelemetry)

![Trace TRPC](trpc.png)

Expand All @@ -24,4 +24,4 @@ const t = initTRPC.context<typeof createTRPCContext>().create({

// add the middleware to all the procedures you want to trace
export const publicProcedure = t.procedure.use(trpcTracingMiddleware({ collectInput: true }))
```
```

0 comments on commit 2d22409

Please sign in to comment.