Skip to content

Commit 9270e11

Browse files
committed
fix(instrumentation-nestjs-core): add platform-express to tav
1 parent 1128865 commit 9270e11

File tree

1 file changed

+3
-0
lines changed
  • plugins/node/opentelemetry-instrumentation-nestjs-core

1 file changed

+3
-0
lines changed

plugins/node/opentelemetry-instrumentation-nestjs-core/.tav.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
node: ">=16"
88
peerDependencies:
99
- "@nestjs/common@^10.0.0"
10+
- "@nestjs/platform-express@^10.0.0"
1011
- "rxjs@^7.1.0"
1112
commands: npm run test
1213

@@ -15,6 +16,7 @@
1516
mode: latest-minors
1617
peerDependencies:
1718
- "@nestjs/common@^9.0.0"
19+
- "@nestjs/platform-express@^9.0.0"
1820
- "rxjs@^7.1.0"
1921
commands: npm run test
2022

@@ -23,6 +25,7 @@
2325
mode: latest-minors
2426
peerDependencies:
2527
- "@nestjs/common@^8.0.0"
28+
- "@nestjs/platform-express@^8.0.0"
2629
- "rxjs@^7.1.0"
2730
commands: npm run test
2831

0 commit comments

Comments
 (0)