Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@sentry/node": "file:../../packed/sentry-node-packed.tgz",
"@types/node": "^18.19.1",
"fastify": "3.29.5",
"fastify": "5.12.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fastify 3 fixture upgraded to v5

Medium Severity

This Dependabot bump replaces Fastify 3.29.5 with 5.12.1 in the node-fastify-3 e2e app, so the suite no longer exercises Fastify 3. The SDK still supports 3.21 through 5, and node-fastify-5 already covers v5, leaving the v3-specific instrumentation paths untested.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 2c61ccf. Configure here.

"typescript": "~5.0.0",
"ts-node": "10.9.1"
},
Expand Down
Loading