Remove DD_TRACE_PROPAGATION_STYLE_INJECT and DD_TRACE_PROPAGATION_STYLE_EXTRACT environment variables as they were not meant to be supported. Setting those environment variables prevent the plugin from working as intended.
Resolves #56
Why?
Supporting those environment variable would need to implement more Lua logic, while we are planning to pivot toward dd-trace-cpp as the tracing library.
Description
Remove
DD_TRACE_PROPAGATION_STYLE_INJECT
andDD_TRACE_PROPAGATION_STYLE_EXTRACT
environment variables as they were not meant to be supported. Setting those environment variables prevent the plugin from working as intended.Resolves #56
Why?
Supporting those environment variable would need to implement more Lua logic, while we are planning to pivot toward dd-trace-cpp as the tracing library.