Skip to content

Commit

Permalink
Add Fastify suuport
Browse files Browse the repository at this point in the history
Fastify is now instrumented via OpenTelemetry contrib package.
  • Loading branch information
luismiramirez committed Oct 24, 2022
1 parent 3a35552 commit 470c129
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

0 comments on commit 470c129

Please sign in to comment.