-
Notifications
You must be signed in to change notification settings - Fork 437
feat(flask): store request headers #1735
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
feat(flask): store request headers #1735
Conversation
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.
Looks good! Let's add a test case to make sure it works 🙂
…m:DataDog/dd-trace-py into Isabella-Pham/Flask-store-request-headers merging
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.
🎉
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.
Just need a changelog entry and we're good to go!
Description
Current Flask integration does not store request headers
closes #1707
Checklist