Skip to content

Commit 1a76422

Browse files
committed
fix(node): Revert to using upstream @fastify/otel instrumentation
With #16256 we switched from upstream `@fastify/otel` to a Otel v1 downgraded fork to ensure dependencies are aligned with our node sdk. This PR will re-introduce a warning about unmet dependencies #16245 for the time being.
1 parent c3a9682 commit 1a76422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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": "https://codeload.github.com/getsentry/fastify-otel/tar.gz/ae3088d65e286bdc94ac5d722573537d6a6671bb",
68+
"@fastify/otel": "0.6.0",
6969
"@opentelemetry/api": "^1.9.0",
7070
"@opentelemetry/context-async-hooks": "^1.30.1",
7171
"@opentelemetry/core": "^1.30.1",

0 commit comments

Comments
 (0)