We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba607a3 commit 0b4e955Copy full SHA for 0b4e955
opentelemetry-sdk/CHANGELOG.md
@@ -28,6 +28,9 @@
28
- After `shutdown`, `LogProcessor` will not process any new logs
29
- Moving LogRecord implementation to the SDK. [1702](https://github.com/open-telemetry/opentelemetry-rust/pull/1702).
30
- Relocated `LogRecord` struct to SDK, as an implementation for the trait in the API.
31
+- **Breaking** [#1729](https://github.com/open-telemetry/opentelemetry-rust/pull/1729)
32
+ - Update the return type of `TracerProvider.span_processors()` from `&Vec<Box<dyn SpanProcessor>>` to `&[Box<dyn SpanProcessor>]`.
33
+ - Update the return type of `LoggerProvider.log_processors()` from `&Vec<Box<dyn LogProcessor>>` to `&[Box<dyn LogProcessor>]`.
34
35
## v0.22.1
36
0 commit comments