ionic-team / legacy-ionic-cloud

JavaScript Client for legacy Ionic Cloud services. See Ionic Pro for our new take on the ionic development lifecycle
Apache License 2.0
65 stars 26 forks source link

Documentation and opt-out for insights #164

Open AgDude opened 7 years ago

AgDude commented 7 years ago

We have started getting various errors on trying to post to ionic insights. Most of these are non-critical, but we never opted into insights and I cannot find any documentation on it.

As discussed in this forum post, this really seems like an overreach. https://forum.ionicframework.com/t/insights-turned-on-by-default-from-the-cloud-library-without-opting-in/79538

AgDude commented 7 years ago

The opt-out was added in 0.16.0.

In angular 1 use it like:

$ionicCloudProvider.init({
      insights: {
        enabled: false
      }
});

I would still like to see better documentation about what insights is and does.

kylethielk commented 7 years ago

In case you stumbled on this and are looking for more information please see: https://forum.ionicframework.com/t/insights-turned-on-by-default-from-the-cloud-library-without-opting-in/79538

I would like to also throw my vote in there for:

  1. Better documentation on this feature AND
  2. This to be disabled by default.