Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove unsupported environment variables #58

Merged
merged 1 commit into from
May 21, 2024

Conversation

dmehala
Copy link
Contributor

@dmehala dmehala commented May 3, 2024

Description

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.

@dmehala dmehala merged commit 59ee542 into main May 21, 2024
3 checks passed
@dmehala dmehala deleted the dmehala/remove-injection-env branch May 21, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: DD_TRACE_PROPAGATION_STYLE_INJECT, DD_TRACE_PROPAGATION_STYLE_EXTRACT environments are not work
1 participant