Skip to content

Commit 87c3e1a

Browse files
committed
fix
1 parent 0e9c401 commit 87c3e1a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/OpenTelemetry.Api/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Notes](../../RELEASENOTES.md).
66

77
## Unreleased
88

9-
* Added the `EventName` property to `LogRecordData` ([#6306](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6306))
9+
* Experimental (only in pre-release versions): Added the `EventName` property to `LogRecordData`
10+
([#6306](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6306))
1011

1112
* Added `AddLink(SpanContext, SpanAttributes?)` to `TelemetrySpan` to support
1213
linking spans and associating optional attributes for advanced trace relationships.

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ Notes](../../RELEASENOTES.md).
1212
write position, resulting in gRPC protocol errors.
1313
([#6280](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6280))
1414

15-
* **Breaking change**: If `EventName` is specified either through `ILogger`
16-
or the log bridge API, it is exported as `EventName` instead of
17-
`logrecord.event.name`.
15+
* If `EventName` is specified either through `ILogger` or the experimental
16+
log bridge API, it is exported as `EventName` by default instead of
17+
`logrecord.event.name` which was previously behind the
18+
`OTEL_DOTNET_EXPERIMENTAL_OTLP_EMIT_EVENT_LOG_ATTRIBUTES` feature flag.
19+
Note that exporting `logrecord.even.id` is still behind that same feature
20+
flag. ([#6306](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6306))
1821

1922
## 1.12.0
2023

0 commit comments

Comments
 (0)