Skip to content

2.0.0.rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcotc marcotc released this 24 May 21:06
· 1041 commits to master since this release
b908262

Highlights

  • Tracing now supports dynamically configurable sampling rules and glob pattern matching for sampling rules.
  • The Tracing integration with OpenTelemetry now supports Span Links.
  • Profiling now reports endpoint profiling for Sidekiq and other background job processors. Also unused, deprecated Profiling settings were removed.

Added

  • Core: Add libdatadog crash tracker (#3384)
  • OpenTelemetry: Add support for Span Links (#3572)
  • Profiling: Enable endpoint profiling for Sidekiq and other background job processors (#3610)
  • Tracing: Add dynamically configurable sampling rules (#3598)
  • Tracing: Add sampling rule glob pattern matching (#3616)

Changed

  • Profiling: Upgrade to libdatadog 9 (#3627)
  • Tracing: Cache ActiveRecord configuration resolver (#3630)

Fixed

  • Core: Fix error during telemetry debug logging attempt (#3617)
  • OpenTelemetry: Fix attribute merge with Datadog tags (#3651)
  • Tracing: Fix environment logger repeated entries (#3624)
  • Appsec: Fix undefined method error when Tracing disabled (#3645)

Removed

  • Profiling: Remove profiler support for Ruby 2.3 and 2.4 (#3621)
  • Profiling: Remove deprecated profiler settings (#3597)

Read the full changeset and the release milestone.