You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When the env variable DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED is set to true, trace ids are lost.
To Reproduce
Given the below runtime environment, our app consistently had trace ids associated with its logs.
In troubleshooting a separate issue we were experiencing, we added the DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED env variable and set it to true.
Our app that was consistently showing trace ids in DD stopped showing any trace ids.
We tried multiple versions of the tracer (see below) with no change.
We set the variable to false, with no change.
We removed the variable and immediately saw full logs again.
Expected behavior
The presence of DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED as an environment variable should not affect the presence of trace_ids in the logs
Runtime environment (please complete the following information):
Describe the bug
When the env variable
DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED
is set to true, trace ids are lost.To Reproduce
DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED
env variable and set it to true.Expected behavior
The presence of
DD_TRACE_DELAY_WCF_INSTRUMENTATION_ENABLED
as an environment variable should not affect the presence of trace_ids in the logsRuntime environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: