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 81fec1a commit 4d5cf1fCopy full SHA for 4d5cf1f
exporters/user_events/src/recordable.cc
@@ -51,7 +51,7 @@ void Recordable::SetBody(const opentelemetry::common::AttributeValue &message) n
51
52
event_builder_.AddValue("severityNumber", static_cast<uint16_t>(severity_),
53
event_field_format_default);
54
- auto severity_text = api_logs::SeverityNumToText[static_cast<uint32_t>(severity_value)].data();
+ auto severity_text = api_logs::SeverityNumToText[static_cast<uint32_t>(severity_)].data();
55
event_builder_.AddString<char>("severityText", severity_text, event_field_format_default);
56
cs_part_b_bookmark_size_ = 4; // with the below body counted because it is available.
57
0 commit comments