Skip to content

Commit a85cbaf

Browse files
authored
Update CHANGELOG.md
1 parent 5a8cf47 commit a85cbaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
[#1973](https://github.com/open-telemetry/opentelemetry-rust/pull/1973)
1414
- **Breaking** [#1985](https://github.com/open-telemetry/opentelemetry-rust/pull/1985)
1515
Hide LogRecord attributes Implementation Details from processors and exporters.
16-
The custom exporter's can't directly access the `LogData::LogRecord::attributes`, as
16+
The custom exporters and processors can't directly access the `LogData::LogRecord::attributes`, as
1717
these are private to opentelemetry-sdk. Instead, they would now use LogRecord::attributes_iter()
18-
and LogRecord::attributes_len() methods to access them.
18+
method to access them.
1919

2020

2121
## v0.24.1

0 commit comments

Comments
 (0)