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 88bd0bf commit abb9674Copy full SHA for abb9674
sdk/include/opentelemetry/sdk/logs/batch_log_record_processor_options.h
@@ -37,8 +37,7 @@ struct BatchLogRecordProcessorOptions
37
size_t max_export_batch_size = 512;
38
39
std::shared_ptr<sdk::common::ThreadInstrumentation> thread_instrumentation =
40
- std::shared_ptr<sdk::common::ThreadInstrumentation>
41
- {}
+ std::shared_ptr<sdk::common::ThreadInstrumentation>{};
42
};
43
44
} // namespace logs
0 commit comments