Skip to content

Commit

Permalink
Merge branch 'main' into release/prepare-Instrumentation.Http-1.9.0-r…
Browse files Browse the repository at this point in the history
…elease
  • Loading branch information
vishweshbankwar authored Jun 17, 2024
2 parents b0bf70c + 8c478d2 commit 78c4b7b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/OpenTelemetry.Exporter.Geneva/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 1.9.0-rc.2

Released 2024-Jun-17

* Update GenevaTraceExporter to export `activity.TraceStateString` as the value
for Part B `traceState` field for Spans when the `IncludeTraceStateForSpan`
option is set to `true`. This is an opt-in feature and the default value is `false`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
this at the call site but there is a bug. This could possibly be cleaned up
in the future (hopefully .NET 9) see https://github.com/dotnet/runtime/issues/92509 -->
<NoWarn>$(NoWarn);SYSLIB1100;SYSLIB1101</NoWarn>
<PackageValidationBaselineVersion>1.8.0</PackageValidationBaselineVersion>
<PackageValidationBaselineVersion>1.9.0</PackageValidationBaselineVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 78c4b7b

Please sign in to comment.