if (atom.config.get('welcome.showSunsettingOnStartup')) {
      await this.showSunsetting();
      this.reporterProxy.sendEvent('show-sunsetting-on-initial-load');
    }