snowplow / snowplow-cpp-tracker

Snowplow event tracker for C++. Add analytics to your C++ applications, games and servers
http://snowplowanalytics.com
Apache License 2.0
9 stars 6 forks source link

Check whether the collector URI is empty in network configuration (close #83) #89

Closed matus-tomlein closed 1 year ago

matus-tomlein commented 1 year ago

Issue #83

Checks that the collector URL is not empty in the NetworkConfiguration. In case it is, a invalid_argument error is thrown.

This was already the case in the Emitter but not in NetworkConfiguration.

Also includes a couple of tests in the build that were missing for some reason.