Skip to content

Commit

Permalink
Update OTEL Fastify dependency
Browse files Browse the repository at this point in the history
Bump it to 0.32.3 so it's prepared for Fastify 5 as some of the
`Request` object properties are deprecated.
  • Loading branch information
luismiramirez committed Oct 19, 2023
1 parent 2eb17b0 commit 037fcaa
Show file tree
Hide file tree
Showing 6 changed files with 1,333 additions and 745 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "change"
---

Update Fastify dependency to make it compatible with Fastify 5
54 changes: 43 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/instrumentation-express": "^0.33.1",
"@opentelemetry/instrumentation-fastify": "^0.32.2",
"@opentelemetry/instrumentation-fastify": "^0.32.3",
"@opentelemetry/instrumentation-graphql": "^0.35.1",
"@opentelemetry/instrumentation-http": "^0.43.0",
"@opentelemetry/instrumentation-ioredis": "^0.35.1",
Expand Down

0 comments on commit 037fcaa

Please sign in to comment.