Open
Description
Currently when you run the game analytics module in Studio it is locked to a "Sandbox" mode, which can be seen with some conditionals inside of the http-api
module

This specific block of code has been updated since the previous version of the SDK to be even more opaque, and is a fairly large landmine- which can cost developers hours of time debugging why something like their remote configurations never load in Studio.
I can update this block of code in my own SDK module but any time one of our engineers updates the module they will have to know to disable this block. I can understand the reasoning for wanting a sandbox mode, but there also needs to be a simple API such as GA:EnableSandboxMode(false)