-
Notifications
You must be signed in to change notification settings - Fork 453
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
Remove Cow from InstrumentationScope #2275
Remove Cow from InstrumentationScope #2275
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.
From Community Call:
- Lets keep builder as-is (i.e accept Cow.. )
- Hide fields from InstrumentationScope and offer pub getters.
9b3d790
to
7c69e5c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2275 +/- ##
=======================================
- Coverage 79.5% 79.5% -0.1%
=======================================
Files 121 121
Lines 20974 20978 +4
=======================================
+ Hits 16684 16687 +3
- Misses 4290 4291 +1 ☔ View full report in Codecov by Sentry. |
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 with a CHANGELOG entry.
7c69e5c
to
fa00c63
Compare
Fixes #2246
Changes
Removed the
InstrumentationScope
attributes from the public API and replaced them with getters.Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes