Skip to content

Commit

Permalink
add patches
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed Mar 4, 2024
1 parent 3f0b1bd commit 209c82a
Show file tree
Hide file tree
Showing 8 changed files with 349 additions and 33 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

* Bundle seperately and package opentelemetry
* Fix import-in-the-middle import with a patch

## [0.4.0] - 2024-03-02

* Support for capturing http client request and response bodies
Expand Down
2 changes: 1 addition & 1 deletion TRPC.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the Middleware to the procedures you want to trace

```typescript
// trpc.ts
import { trpcTracingMiddleware } from "@baselime/node-opentelemetry";
import { trpcTracingMiddleware } from "@baselime/node-opentelemetry/trpc";

const t = initTRPC.context<typeof createTRPCContext>().create({
...
Expand Down
Loading

0 comments on commit 209c82a

Please sign in to comment.