Skip to content

Commit 2d2ae1a

Browse files
Update driver.h
1 parent cbaf74e commit 2d2ae1a

File tree

1 file changed

+2
-0
lines changed
  • include/ydb-cpp-sdk/client/driver

1 file changed

+2
-0
lines changed

include/ydb-cpp-sdk/client/driver/driver.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ class TDriverConfig {
118118

119119
//! Log backend.
120120
TDriverConfig& SetLog(std::unique_ptr<TLogBackend>&& log);
121+
122+
TDriverConfig& SetTracer(std::shared_ptr<NTracing::ITracer> tracer);
121123
private:
122124
class TImpl;
123125
std::shared_ptr<TImpl> Impl_;

0 commit comments

Comments
 (0)