-
Notifications
You must be signed in to change notification settings - Fork 307
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
[Exporter.Geneva] 1.9.0-alpha.1 release prep #1834
[Exporter.Geneva] 1.9.0-alpha.1 release prep #1834
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1834 +/- ##
==========================================
+ Coverage 73.91% 74.04% +0.13%
==========================================
Files 267 300 +33
Lines 9615 11506 +1891
==========================================
+ Hits 7107 8520 +1413
- Misses 2508 2986 +478
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@@ -1,6 +1,6 @@ | |||
<Project> | |||
<PropertyGroup> | |||
<OTelSdkVersion>$(OpenTelemetryCoreLatestVersion)</OTelSdkVersion> | |||
<OTelSdkVersion>$(OpenTelemetryCoreLatestPrereleaseVersion)</OTelSdkVersion> |
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.
We might not even need this indirection and EXPOSE_EXPERIMENTAL_FEATURES
constant anymore. We could consider removing it later.
Fixes #.
Changes
Updates SDK version to
1.9.0-alpha.1
and removesEXPOSE_EXPERIMENTAL_FEATURES
directivesFor significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes