Skip to content

Commit 60fe4e5

Browse files
committed
Try when fastify is imported as a type on @fastify/otel
1 parent 59211f4 commit 60fe4e5

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
@@ -3945,9 +3945,9 @@
39453945
dependencies:
39463946
dequal "^2.0.3"
39473947

3948-
"@fastify/otel@fastify/otel#main":
3948+
"@fastify/otel@onurtemizkan/otel#fastify-types":
39493949
version "0.5.2"
3950-
resolved "https://codeload.github.com/fastify/otel/tar.gz/dd7d7bf512aeb3696d0b15a379263b5a3f0b1ecb"
3950+
resolved "https://codeload.github.com/onurtemizkan/otel/tar.gz/cd24107490ea07b1392833db709e413ab53159f3"
39513951
dependencies:
39523952
"@opentelemetry/core" "^2.0.0"
39533953
"@opentelemetry/instrumentation" "^0.200.0"

0 commit comments

Comments
 (0)