O Ember CLI envia informações de análise por padrão para quem?

Este é o arquivo .ember-cli.

{
  /**
    Ember CLI sends analytics information by default. The data is completely
    anonymous, but there are times when you might want to disable this behavior.

    Setting `disableAnalytics` to true will prevent any data from being sent.
  */
  "disableAnalytics": false
}

Para quem a Ember CLI envia análises por padrão?

questionAnswers(1)

yourAnswerToTheQuestion