TonyCTHsu

Results 64 comments of TonyCTHsu

👋 @nightpool , our auto-instrumentation would hook into rails lifecycle with our default configuration and version checks, which can still be overwriten by `config/initializers/datadog.rb`. I would recommend you to manually...

👋 @dpep , sounds like this is useful for debugging network connectivity issues. I am not completely sure how to implement for HTTP libraries, but I could explore a bit...

👋 @hykim013 , thanks for the feedback, I will bring this back to our team for planning

👋 @phortx , could you provide a sample app to reproduce this? I would also be interested to understand how `require "ddtrace/auto_instrument"` could be related. The code (settings tags) you...

BTW, would you mind also backporting this to `1.x-stable` after merge?

👋 @nightpool , we have already released a fix for this in `1.12.0`, could you upgrade to `1.12.0` and give it a try? https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md#1120---2023-06-02 https://github.com/DataDog/dd-trace-rb/pull/2866

👋 @camsteffen , Could you provide me your backtrace and ways to reproduce it? Currently, I expect to see ``` Sql comment propagation with `full` mode is aborted, because tracing...

👋 @camsteffen , This is an rescued error when propagating trace context for distributed tracing. The code tried to inject context with the trace, however, since tracing is disabled. The...

👋 @aenand , thanks for reporting. I wasn't sure if I understand this correctly. > we have a need to take a value from a particular trace to an external...

👋 @idanci , thanks for reporting. Our team is aware of this issue, will keep you posted when we have an update on this.