Skip to content

Commit

Permalink
Merge branch 'main' of github.com:baselime/node-opentelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Oct 19, 2023
2 parents 3b35d9a + 2d22409 commit c9217e9
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 c9217e9

Please sign in to comment.