honeycombio / libhoney-rb

Ruby library for sending data to Honeycomb
Apache License 2.0
11 stars 30 forks source link

Support `Libhoney::Client.new(..., user_agent_addition: 'foo/1.0')` #23

Closed samstokes closed 6 years ago

samstokes commented 6 years ago

This allows clients to append to the user-agent header, as supported by libhoney-js and libhoney-go. (Primarily wanted for honeycomb-rails.)

nathanleclaire commented 6 years ago

My Ruby skills are pretty :dogscience: but +1 on the feature