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-user-events-logs/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
- Removed `opentelemetry_user_events_logs::{ExporterConfig, ReentrantLogProcessor, UserEventsExporter}` from the public API. Ability to customize Provider Group, Keyword will be added future.
16
16
-`log_record.event_name()` is used to populate EventName. Previous behavior of populating EventName from specially named attributes is removed.
17
17
- Fix CommonSchema version to `0x0400` instead of `0x0401`
18
+
- Bug fix: `export()` now returns `Err` when the tracepoint is not found.
19
+
- Include error number in internal logs, when writing to tracepoint fails.
0 commit comments