Skip to content

Commit

Permalink
Merge branch 'main' into fix_hangs_too_long_when_calling_forceflush
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored May 23, 2024
2 parents f28eab8 + 78d488c commit d3df9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/include/opentelemetry/trace/trace_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class OPENTELEMETRY_EXPORT TraceState
[&header_s, &first](nostd::string_view key, nostd::string_view value) noexcept {
if (!first)
{
header_s.append(",");
header_s.append(1, kMembersSeparator);
}
else
{
Expand Down

0 comments on commit d3df9a4

Please sign in to comment.