analytics-ruby
analytics-ruby copied to clipboard
The hassle-free way to integrate analytics into any Ruby application.
Resolves issue #268
Hi! I noticed that this [`JSON.parse(body)` in `Segment::Transport#send`](https://github.com/segmentio/analytics-ruby/blob/2.4.0/lib/segment/analytics/transport.rb#L43) doesn't have an `"error"` key when the response status code is 400, which causes the returned `Response` object to be created with...
Hi there, I recently encountered a rather nasty error which has had some costly effects in terms of lost data. Essentially, our team discovered we had a gradual data drift...
Our (@buildkite's) Datadog profiler reported numerous threads being spawned by this gem in one of our services. We tracked it down to this return statement which causes the worker thread...
Hello there! I was attempting to mock out the calls to the Segment API for the purposes of load testing and found that if you set the `ssl` option to...