honeycombio / libhoney-rb

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

spaces in dataset names breaks things #20

Closed toshok closed 6 years ago

toshok commented 6 years ago
URI.join('https://foo.bar.com', '/1/events/', 'bar baz')
# => URI::InvalidURIError: bad URI(is not URI?): bar baz

Unfortunately this error happens on the sending thread, so unless users are watching the response queue, they'll never see the error.