You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThischangeimpactscustomexporterandprocessordevelopersbyrequiringupdatestocodethatdirectlyaccessedLogRecordfields.Theymustnowuse the provided getter methods (e.g., `log_record.event_name()` instead of `log_record.event_name`).
104
104
105
+
-Upgrade the tracing crate used for internal logging to version 0.1.40 or later.This is necessary because the internal logging macros utilize the name field as
106
+
metadata, a feature introduced in version 0.1.40. [#2418](https://github.com/open-telemetry/opentelemetry-rust/pull/2418)
0 commit comments