-
Notifications
You must be signed in to change notification settings - Fork 544
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: support API and SDK 1.0 #706
feat: support API and SDK 1.0 #706
Conversation
Codecov Report
@@ Coverage Diff @@
## main #706 +/- ##
==========================================
+ Coverage 96.86% 97.75% +0.89%
==========================================
Files 9 7 -2
Lines 638 357 -281
Branches 126 56 -70
==========================================
- Hits 618 349 -269
+ Misses 20 8 -12
|
@@ -6,6 +6,8 @@ The OpenTelemetry Resource is an immutable representation of the entity producin | |||
|
|||
[This document][resource-semantic_conventions] defines standard attributes for resources. | |||
|
|||
Supports OpenTelemetry JS SDK 1.0 |
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.
This seems to be different from others. Is it intentional?
In #695 dependencies were updated to use the SDK 1.0.
Because the conventional commits specifier used was
chore
, the release automation did not bump the minor version of packages that were updated. This Adds a simple statement to the readme of each package and uses thefeat
specifier to ensure the minor version will be incremented./cc @Flarna