-
Notifications
You must be signed in to change notification settings - Fork 666
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
Pick up changelogs from #328, update dev version #331
Conversation
Codecov Report
@@ Coverage Diff @@
## master #331 +/- ##
=======================================
Coverage 84.59% 84.59%
=======================================
Files 33 33
Lines 1675 1675
Branches 199 199
=======================================
Hits 1417 1417
Misses 201 201
Partials 57 57
Continue to review full report at Codecov.
|
Released 2019-12-11 | ||
|
||
- Implement extract and inject support for HTTP_HEADERS and TEXT_MAP formats | ||
([#256](https://github.com/open-telemetry/opentelemetry-python/pull/290)) |
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.
should this reference pr#256? 290 is removing create_span.
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.
Yes it should! Thanks for catching that.
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.
Picked this change onto the release branch as well: 463dd24.
* feat(node-sdk): make config optional closes open-telemetry#330 Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
This PR copies the changelog changes on the release branch from #328 to master, and bumps the development version to
0.4.dev0
.