analytics-elixir icon indicating copy to clipboard operation
analytics-elixir copied to clipboard

Segment.com library for Elixir

Results 6 analytics-elixir issues
Sort by recently updated
recently updated
newest added

This PR adds support for having different write keys for different sources, both on the `Batcher` and `Sender` implementations. I'm open to suggestions on the best way to handle the...

Not sure if this is an issue or if it's preferred to use `override: true` in a project dependencies, but it looks like the version of Tesla accepted by this...

Hello! Thanks for this lib, very much needed Is there a way to assert in a test that a call was made to Segment? I tried using `send_to_http: false` but...

`user_id` is one of the required arguments for the [`group/4`](https://hexdocs.pm/segment/Segment.Analytics.html#group/4). But Segment's own [group docs](https://segment.com/docs/spec/group/) only mention two fields; `groupId` and `traits`. This is because usually, you would use this...

ENVs: ``` elixir 1.17.2-otp-27 /home/foobar/.tool-versions erlang 27.0.1 /home/foobar/.tool-versions ``` Steps to reproduce: ``` git clone https://github.com/stueccles/analytics-elixir cd analytics-elixir mix deps.get mix deps.update --all mix test ``` Results: ``` Running ExUnit...

@stueccles would you be interested in moving this library to [`:req`](https://hex.pm/packages/req) if I can find the time to send you a PR? `:req` is written by Wojtek Mach with lots...