Hi guys,
First of all, thanks heaps for building this library!
I'm wondering if you're planning to publish v1.0.0 to hex.pm anytime soon.
Also, I've noticed that the POST URL generated by the tracker is incorrect as this spec indicates:
|
assert String.contains?(url, "http://localhost:8000/com.snowplowanalytics.snowplow?tp2") |
. Shouldn't it be
/tp2 instead of
?tp2?
Hi guys,
First of all, thanks heaps for building this library!
I'm wondering if you're planning to publish v1.0.0 to hex.pm anytime soon.
Also, I've noticed that the POST URL generated by the tracker is incorrect as this spec indicates:
snowplow-elixir-tracker/test/snowplow_tracker/emitters/helper_test.exs
Line 43 in 961431d
/tp2instead of?tp2?