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 ae72b66 commit fb11858Copy full SHA for fb11858
scouterx/strace/tctxmanager/tctxmanager.go
@@ -33,6 +33,7 @@ func GetTraceContextFallbackNoop(ctx context.Context) *netio.TraceContext {
33
if tctx == nil {
34
return noopTctx
35
}
36
+ return tctx
37
38
39
func GetTraceContext(ctx context.Context) *netio.TraceContext {
0 commit comments