Skip to content

Releases: honeycombio/beeline-ruby

v2.7.0

07 Sep 12:56
ef5d223
Compare
Choose a tag to compare

Improvements

  • add error and error_detail fields to spans from ActiveSupport::Notification events that contain an exception (#166) | @leviwilson

Maintenance

v2.6.0

23 Jul 21:27
6be0d8f
Compare
Choose a tag to compare

2.6.0 2021-07-23

Added

  • Allow setting different notification handling logic for specific events (#152) | @lirossarvet

v2.5.0

16 Jul 15:02
f58b681
Compare
Choose a tag to compare

Added

Maintenance

v2.4.2

25 Jun 14:11
7dade60
Compare
Choose a tag to compare

Fixes

  • Update Rails middleware to get status code even on raised error. (#153) [@lirossarvet]
  • Make Rails spec consistent with Honeycomb Railtie Initialization. (#154) [@robbkidd]
  • CI Improvements (#155) [@robbkidd]
  • Improve performance of Redis command serialization. (#146) [@ajvondrak]

v2.4.1

01 Jun 21:35
b67a676
Compare
Choose a tag to compare

Fixes

  • Updates Redis event-field filter to handle string keys in options in addition to symbol keys. (#147) @cupakromer

Maintenance

  • Expanded on the Rails 5.2 example. (#141) @robbkidd
  • Added a test case for current behavior of event emitted for an exception raised in Rails. (@132) @vreynolds

v2.4.0

07 Jan 20:30
v2.4.0
cc4df27
Compare
Choose a tag to compare

Added

v2.3.0

06 Nov 15:58
bcb785d
Compare
Choose a tag to compare

Improvements:

  • Custom trace header hooks (#117)
  • Add rspec filter :focus for assisting with debugging tests (#120)
  • Be more lenient in expected output from AWS gem (#119)

v2.2.0

02 Sep 17:13
b1bdaf6
Compare
Choose a tag to compare

New things:

  • refactor parsers/propagators, add w3c and aws parsers and propagators (#104) @katiebayes

Tiny fix:

  • Adjusted a threshold that should resolve the occasional build failures (#107) @katiebayes

v2.1.2

26 Aug 21:19
c9e452a
Compare
Choose a tag to compare

Improvements:

v2.1.1

28 Jul 22:30
Compare
Choose a tag to compare

Fixes