[BUG] contrib/gomodule/redigo: Passed context is ignored if not given in the args #1935
Labels
ack
apm:ecosystem
contrib/* related feature requests or bugs
bug
unintended behavior that has to be fixed
The
redis.Conn
returned byDialContext()
ignore the explicit context given as first argument ofDoContext()
.Version of dd-trace-go
All
Describe what happened:
Span are correctly created but are not attached to the parent span given in the context.
Describe what you expected:
Created span should be attached to the parent span given in the context.
Steps to reproduce the issue:
The text was updated successfully, but these errors were encountered: