microsoft/ApplicationInsights-iOS

Same path always added to custom server endpoint

Opened this issue · 2 comments

I think we currently always append /v2/track even to server URLs set during configuration

Okay, so after some investigation I can confirm that we always append the path to the URL. This assumes we only want to change the base URL but always use the same endpoint path. @scsouthw Is there any use case where an environment would have an endpoint path different from /v2/track and should we change this behaviour?

Fixed with #66