Skip to content

Commit

Permalink
feat(tracing): Record fastify path templates when tracing HTTP entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
bripkens committed Jul 16, 2018
1 parent 28d615c commit 06a5101
Show file tree
Hide file tree
Showing 25 changed files with 1,597 additions and 808 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test/apps/expressAsyncAwait.js
test/tracing/fastify/app.js
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Unreleased
- Record fastify path templates when tracing HTTP entries.

## 1.43.0
- Record express.js path templates when tracing HTTP entries.

Expand Down
Loading

0 comments on commit 06a5101

Please sign in to comment.