#71 Introduced the requirement that the env variable CI be set to true for metrics to be collected. This is a non-buildkite namespace variable that I do not want to blindly introduce into all of my calling contexts. Having a valid BUILDKITE_ANALYTICS_TOKEN variable should be sufficient to guard whether the user intends for metrics to be exported using that credential. Ideally 71 would be reverted and/or allow users without it set to behave as before, and only respect explicit CI=false. Even then, non-prefixed variables really don't play nicely ever, and especially not in a generic CI/build toolchain.