addSourceMiddleware() {
    if (this.isEnabled() && this.hasAnalytics()) {
      window.analytics.addSourceMiddleware(...arguments);
    }
  }