-
Notifications
You must be signed in to change notification settings - Fork 539
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
fix(instrumentation-express): Finish spans after execution #2603
base: main
Are you sure you want to change the base?
fix(instrumentation-express): Finish spans after execution #2603
Conversation
db5cf13
to
0d93cf6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2603 +/- ##
==========================================
- Coverage 90.78% 90.74% -0.05%
==========================================
Files 169 169
Lines 8055 8057 +2
Branches 1643 1642 -1
==========================================
- Hits 7313 7311 -2
- Misses 742 746 +4
|
939044d
to
2fa7f9c
Compare
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. |
Which problem is this PR solving?
Resolves: #2442
Short description of the changes