Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorhdzg committed Sep 25, 2024
1 parent e04d585 commit 0ca52f1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
16 changes: 11 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"nyc": "^15.0.0",
"prettier": "^2.5.1",
"sinon": "^9.0.2",
"undici-types": "6.19.8",
"typescript": "~4.8.0"
},
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/shim/correlationContextManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

import * as events from "events";
import * as http from "http";
import { Headers } from "undici-types";
import { context, SpanContext, trace, Context, diag } from "@opentelemetry/api";
import { TraceState } from "@opentelemetry/core";
import { Span } from "@opentelemetry/sdk-trace-base";
Expand Down

0 comments on commit 0ca52f1

Please sign in to comment.