Skip to content

2.38.0

Choose a tag to compare

@eregon eregon released this 16 Jul 09:51
48cf202

Added

  • Dynamic Instrumentation: Log probes now support capture expressions as an alternative to capturing the full local/argument scope (#5845)
  • SSI: Add support for Ruby 4.0 runtime (#5981)
  • SSI: Add support for Bundler 4.0 and RubyGems 4.0 (#5981)

Fixed

  • AppSec: Fix Rack-based and Rails request body analysis when body parsing fails (#5993)
  • Profiling: Add workaround for crash when collecting frame information (#6014)
  • Profiling: Fix left-over state impacting samples when profiler gets stopped and started again (#5960)
  • Profiling: Fix Ruby 4.0.6 support by bumping minimum version of datadog-ruby_core_source to 3.5.3 (#6047)
  • Profiling: Disable live heap size profiling on Ruby 4.0 due to incompatibility (#6022)
  • Profiling: Disallow heap profiling on Ruby 4.1+ (#6023)
  • Tracing: Fix pg instrumentation which raised ArgumentError when calling exec_params, exec_prepared without a params argument, or their async_/sync_ variants (#6020)