Skip to content

Commit bdcd88a

Browse files
tlindhardtTyson Lindhardt
authored andcommitted
feat(instrumentation-koa): Add support for koa 3
1 parent 215c2b5 commit bdcd88a

File tree

7 files changed

+262
-64
lines changed

7 files changed

+262
-64
lines changed

package-lock.json

Lines changed: 244 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/instrumentation-koa/.tav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
koa:
1414
# Testing ^2.7.0 covers at least 97% of the downloaded koa versions
1515
versions:
16-
include: "^2.7.0"
16+
include: "^3.0.0"
1717
mode: latest-minors
1818
commands: npm run test

packages/instrumentation-koa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm install --save @opentelemetry/instrumentation-koa
2323

2424
### Supported Versions
2525

26-
- [`koa`](https://www.npmjs.com/package/koa) versions `>=2.0.0 <3`
26+
- [`koa`](https://www.npmjs.com/package/koa) versions `>=2.0.0 <=3.0.0`
2727
- [`@koa/router`](https://www.npmjs.com/package/@koa/router) versions `>=8.0.0`
2828

2929
## Usage

0 commit comments

Comments
 (0)