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
Copy file name to clipboardExpand all lines: opentelemetry-sdk/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
- The LogRecord struct has been updated:
16
16
- All fields are now pub(crate) instead of pub.
17
17
- Getter methods have been introduced to access field values.
18
-
This change impacts custom exporter developers by requiring updates to code that directly accessed LogRecord fields. Exporters must now use the provided getter methods (e.g., `log_record.event_name()` instead of `log_record.event_name`).
18
+
This change impacts custom exporter and processor developers by requiring updates to code that directly accessed LogRecord fields. They must now use the provided getter methods (e.g., `log_record.event_name()` instead of `log_record.event_name`).
0 commit comments