Skip to content
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

express uses http wrap explicitly if http disabled #42

Merged
merged 1 commit into from
Mar 26, 2021

Conversation

tom-pytel
Copy link
Contributor

Another edge case and simplification. If the http plugin is disabled and a POST to express has a body then a span created in the handler would not be linked as a child to the express Entry span, now fixed. Basically just exported http server response wrapping code which already handled this fine and using that in express since don't really need to duplicate this functionality in express plugin.

@kezhenxu94 kezhenxu94 added the enhancement New feature or request label Mar 26, 2021
@kezhenxu94 kezhenxu94 added this to the 0.2.0 milestone Mar 26, 2021
@kezhenxu94 kezhenxu94 merged commit 23e827d into apache:master Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants