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 31797ac commit 29b2becCopy full SHA for 29b2bec
include/ydb-cpp-sdk/client/types/request_settings.h
@@ -21,7 +21,7 @@ struct TRequestSettings {
21
FLUENT_SETTING(std::string, RequestType);
22
FLUENT_SETTING(THeader, Header);
23
FLUENT_SETTING(TDuration, ClientTimeout);
24
- FLUENT_SETTING(std::string, TraceParent); // New field for traceparent header
+ FLUENT_SETTING(std::string, TraceParent);
25
26
TRequestSettings() = default;
27
0 commit comments