In case the collector hostname is empty, the tracker still tries to make a request to the collector but without any hostname in the POST URL, so it becomes: https:///com.snowplowanalytics.snowplow/tp2
We should validate the hostname and raise an exception in case it is empty.
In case the collector hostname is empty, the tracker still tries to make a request to the collector but without any hostname in the POST URL, so it becomes:
https:///com.snowplowanalytics.snowplow/tp2
We should validate the hostname and raise an exception in case it is empty.