Marco Costa
Marco Costa
This PR enables enables previously skipped dynamic configuration, which are going to be fixed in the Ruby tracer 2.3.0, due to missing capabilities being reported (fixed in https://github.com/DataDog/dd-trace-rb/pull/3888). Also, this...
Support for Ruby 3.3 is present in the gem, the only thing needed for injection is to change the installation script to allow it to run with that version of...
Fixes #1068 This PR ensures that a trace is active so that Sidekiq's logger instance can emit correlated logs before and after a job is executed. **Motivation:** By default, Sidekiq...
This PR propagates tracing through [AWS SNS and SQS messages](https://aws.amazon.com/blogs/aws/queues-and-notifications-now-best-friends/). This is disabled by default, but can enabled with one of these options: ```ruby # Through an environment variable... DD_TRACE_AWS_PROPAGATION_ENABLED=true...
### Fixed * Core: Add limits to #log_deprecation (#3780) * Tracing: Return empty log correlation when tracing is disabled (#3788)
Today, the default value of the span tag `peer.service` does not provide the correct semantics to populated the new [Inferred Service dependency experience](https://docs.datadoghq.com/tracing/guide/inferred-service-opt-in/?tab=ruby). The `peer.service` tag should only be used...
**What does this PR do?** **Motivation:** **Additional Notes:** **How to test the change?** Unsure? Have a question? Request a review!