Skip to content

Releases: elastic/apm-agent-ruby

v4.7.3

08 Apr 11:51
d3f4200
Compare
Choose a tag to compare

Fixed

  • Address a bug where if capture_headers is false, ContextBuilder will raise "undefined method 'has_key?' for nil:NilClass" #1449

v4.7.2

23 Jan 12:25
17ba17f
Compare
Choose a tag to compare

Fixed

  • Address machineType not being returned in GCP metadata #1435

v4.7.1

11 Jan 13:08
0b4a9ac
Compare
Choose a tag to compare

Fixed

  • Skip capturing cookie header when it's set separately #1405
  • Changes/fixes to metadata.cloud.* fields collected for GCP #1415
  • Pin version of bigdecimal for ruby 2.4 #1417
  • Use response method on Faraday error for older versions of the library #1419
  • Fix ActionDispatchSpy#render_exception for Rails 7.1 #1423
  • Use graphql < 2.1 when Ruby < 2.7 #1425
  • Guard against various Faraday exception response formats #1428