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

fix express not always propagating context to middleware #214

Merged
merged 1 commit into from Aug 3, 2018

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Aug 3, 2018

This PR fixes the current span not propagated to middleware if the scope was closed or lost in a previous middleware.

@rochdev rochdev added bug Something isn't working integrations labels Aug 3, 2018
@rochdev rochdev added this to the 0.5.3 milestone Aug 3, 2018
@dd-caleb
Copy link

dd-caleb commented Aug 3, 2018

Should each middleware create a new scope and close it, instead of re-using the same one?

Copy link

@dd-caleb dd-caleb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rochdev rochdev merged commit b20d464 into master Aug 3, 2018
@rochdev rochdev deleted the fix-express-scope branch August 3, 2018 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants