Marco Costa

Results 122 comments of Marco Costa

👋 @PragTob, thank you for the bunny! We are collating the coverage results running our test suite with multiple versions of Ruby (2.0 to 3.0 + latest JRuby): https://github.com/DataDog/dd-trace-rb/blob/d6e0e934fa97330ed4934853aa2442649d070e84/Rakefile#L942-L956. We...

Hi @sj26, thank you for the issue report. > I think it might have waited while waiting for a connection from the activerecord connection pool For the activerecord instrumentation, we...

👋, your configuration looks good. I found a bug in the disabling logic for `active_support` that we need to address. I'll circle back here when the fix is out.

A fix has[ been merged](https://github.com/DataDog/dd-trace-rb/commit/f6813a1e36fd3fe1d420980eecca8e546fde34c8), we'll let you know when it's released. 🙇

Hey @agrobbin, do you know what version of ddtrace you've upgraded from, so we can narrow our search domain?

👋 @okhwaja, we implemented a fix for distributed traces for OpenTracer in this PR: #2289 Could you try our prerelease gem, which includes that fix, and let us know if...

@okhwaja this change is now released in `v1.4.2`, give it a try!

`datadog/core` is, today, confusingly both a leaf of our dependency graph (core doesn't depend on anything) and the product aggregator node of the graph (aggregates all products into one system)....

@lloeki I stole a bit from this PR to ensure my AppSec changes are covered by tests: https://github.com/DataDog/dd-trace-rb/pull/1903. Feel free to steal back :)

👋, I wanted to let everyone know that we have been working on Sinatra improvements for the last few releases, and automatic registration of the Datadog middleware is in our...