We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df815bd commit 9708a26Copy full SHA for 9708a26
opentelemetry-sdk/CHANGELOG.md
@@ -23,7 +23,7 @@
23
lifetime issues. Any changes made to the log data before cloning in this method will be
24
reflected in the next log processor in the chain, as well as to the exporter.
25
- **Breaking** [1726](https://github.com/open-telemetry/opentelemetry-rust/pull/1726)
26
- Update `LogExporter::export() method to accept a batch of log data, which can be either a
+ Update `LogExporter::export()` method to accept a batch of log data, which can be either a
27
reference or owned`LogData`. If the exporter needs to process the log data
28
asynchronously, it should clone the log data to ensure it can be safely processed without
29
lifetime issues.
0 commit comments