We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Version of dd-trace-go v.1.68.0
Describe what happened: With an upgrade from version 1.58 to latest 1.68, tracer start to panic
We trace down the panic to this PR, because occurs here:
dd-trace-go/ddtrace/tracer/log.go
Lines 130 to 131 in 5b9a8af
Workaround is disable startup log (by env variable or in code)
Describe what you expected: Not panic, instead if propagator is not the expected one ignore those fields
Steps to reproduce the issue:
tracer.WithPropagator
tracer.WithLogStartup(true)
Additional environment details (Version of Go, Operating System, etc.): Go 1.22 - linux
The text was updated successfully, but these errors were encountered:
Thanks for reporting this! We're working on a fix for it now.
Sorry, something went wrong.
mtoffl01
Successfully merging a pull request may close this issue.
Version of dd-trace-go
v.1.68.0
Describe what happened:
With an upgrade from version 1.58 to latest 1.68, tracer start to panic
We trace down the panic to this PR, because occurs here:
dd-trace-go/ddtrace/tracer/log.go
Lines 130 to 131 in 5b9a8af
Workaround is disable startup log (by env variable or in code)
Describe what you expected:
Not panic, instead if propagator is not the expected one ignore those fields
Steps to reproduce the issue:
tracer.WithPropagator
tracer.WithLogStartup(true)
(enabled by default, you can skip this)Additional environment details (Version of Go, Operating System, etc.):
Go 1.22 - linux
The text was updated successfully, but these errors were encountered: