We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0257d commit 004a43aCopy full SHA for 004a43a
opentelemetry-sdk/CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## vNext
4
5
+- *Breaking* SimpleLogProcessor modified to be generic over `LogExporter` to
6
+ avoid dynamic dispatch to invoke exporter. If you were using
7
+ `with_simple_exporter` to add `LogExporter` with SimpleLogProcessor, this is a
8
+ transparent change.
9
+ [#2338](https://github.com/open-telemetry/opentelemetry-rust/pull/2338)
10
+
11
## 0.27.1
12
13
Released 2024-Nov-27
0 commit comments