Skip to content

Commit

Permalink
Add request params support for Fastify
Browse files Browse the repository at this point in the history
Fastify apps now record parameters in the HTTP spans.
  • Loading branch information
luismiramirez committed Nov 23, 2022
1 parent 2ea9518 commit 0353a5f
Show file tree
Hide file tree
Showing 5 changed files with 1,643 additions and 1,208 deletions.
6 changes: 6 additions & 0 deletions .changesets/record-parameters-for-fastify-apps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "add"
---

Support for Fastify request parameters. Request parameters (query, body) are now added to the HTTP spans when using Fastify.

0 comments on commit 0353a5f

Please sign in to comment.