When integrating GameAnalytics into a new roblox project, GameAnalytics emits an error during studio tests out of the box when trying to send events:
I was able to fix this by going into the HttpApi module and change the conditional "http" protocol during studio tests to "https" (I created a PR for this at #117). My guess is the endpoints have changed but the SDK wasn't updated to match?
When integrating GameAnalytics into a new roblox project, GameAnalytics emits an error during studio tests out of the box when trying to send events:
I was able to fix this by going into the
HttpApi
module and change the conditional "http" protocol during studio tests to "https" (I created a PR for this at #117). My guess is the endpoints have changed but the SDK wasn't updated to match?