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 e104cf1 commit d0f63f9Copy full SHA for d0f63f9
zipkin_opentracing/src/opentracing.cc
@@ -263,7 +263,7 @@ class OtSpan : public ot::Span {
263
return span_context_.baggageItem(restricted_key);
264
}
265
266
- void Log(std::initializer_list<std::pair<string_view, Value>> fields) override {
+ void Log(std::initializer_list<std::pair<string_view, Value>> fields) noexcept override {
267
log_records_.push_back({ SystemClock::now(), { fields.begin(), fields.end() } });
268
269
0 commit comments