-
Notifications
You must be signed in to change notification settings - Fork 588
feat(instrumentation-koa): Add support for koa 3 #2957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(instrumentation-koa): Add support for koa 3 #2957
Conversation
|
b499b4b
to
bdcd88a
Compare
I wasn't sure of the release process and if I needed to also change the manifest file or not. |
This package does not have an assigned component owner and is considered unmaintained. As such this package is in feature-freeze and this PR will be closed with 14 days unless a new owner or a sponsor (a member of @open-telemetry/javascript-approvers) for the feature is found. It is the responsibility of the author to find a sponsor for this feature. |
@@ -502,35 +497,6 @@ describe('Koa Instrumentation', function () { | |||
); | |||
}); | |||
|
|||
it('should not instrument generator middleware functions', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this test no longer necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
support for generator functions have been removed in v3
Which problem is this PR solving?
Short description of the changes