Skip to content

Commit c7782e5

Browse files
committed
Try when fastify is imported as a type on @fastify/otel
1 parent bf9af14 commit c7782e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"access": "public"
6666
},
6767
"dependencies": {
68-
"@fastify/otel": "fastify/otel#main",
68+
"@fastify/otel": "onurtemizkan/otel#fastify-types",
6969
"@opentelemetry/api": "^1.9.0",
7070
"@opentelemetry/context-async-hooks": "^1.30.1",
7171
"@opentelemetry/core": "^1.30.1",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3954,9 +3954,9 @@
39543954
dependencies:
39553955
dequal "^2.0.3"
39563956

3957-
"@fastify/otel@fastify/otel#main":
3957+
"@fastify/otel@onurtemizkan/otel#fastify-types":
39583958
version "0.5.2"
3959-
resolved "https://codeload.github.com/fastify/otel/tar.gz/dd7d7bf512aeb3696d0b15a379263b5a3f0b1ecb"
3959+
resolved "https://codeload.github.com/onurtemizkan/otel/tar.gz/cd24107490ea07b1392833db709e413ab53159f3"
39603960
dependencies:
39613961
"@opentelemetry/core" "^2.0.0"
39623962
"@opentelemetry/instrumentation" "^0.200.0"

0 commit comments

Comments
 (0)