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 0e2f727 commit 27f90d1Copy full SHA for 27f90d1
extra/redisotel/config.go
@@ -108,14 +108,14 @@ func WithTracerProvider(provider trace.TracerProvider) TracingOption {
108
})
109
}
110
111
-// WithDBStatement tells the tracing hook not to log raw redis commands.
+// WithDBStatement tells the tracing hook to log raw redis commands.
112
func WithDBStatement(on bool) TracingOption {
113
return tracingOption(func(conf *config) {
114
conf.dbStmtEnabled = on
115
116
117
118
-// WithCaller tells the tracing hook log the calling function, file and line.
+// WithCaller tells the tracing hook to log the calling function, file and line.
119
func WithCaller(on bool) TracingOption {
120
121
conf.callerEnabled = on
0 commit comments