Skip to content

Commit

Permalink
Merge pull request #772 from appsignal/fastify-instrumentation
Browse files Browse the repository at this point in the history
Add Fastify support
  • Loading branch information
unflxw authored Oct 26, 2022
2 parents 34b9e76 + 470c129 commit 852a235
Show file tree
Hide file tree
Showing 21 changed files with 4,651 additions and 20 deletions.
6 changes: 6 additions & 0 deletions .changesets/add-fastify-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
bump: "patch"
type: "add"
---

Add Fastify support
3 changes: 3 additions & 0 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ blocks:
- name: Nest.js
commands:
- script/integration_test_app nestjs
- name: Fastify
commands:
- script/integration_test_app fastify
- name: Node.js 19 - Build
dependencies:
- Validation
Expand Down
3 changes: 3 additions & 0 deletions build_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ semaphore: # Default `.semaphore/semaphore.yml` contents
- name: Nest.js
commands:
- script/integration_test_app nestjs
- name: Fastify
commands:
- script/integration_test_app fastify

matrix:
nodejs:
Expand Down
Loading

0 comments on commit 852a235

Please sign in to comment.