monkey-front-core 0.0.568 → 0.0.569

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4173,6 +4173,9 @@ class MonkeyEcxFeatureToggleService {
4173
4173
  const flagValue = this.flags?.[flag];
4174
4174
  return MonkeyUtils.persistNullEmptyUndefined(flagValue) ? flagValue : null;
4175
4175
  }
4176
+ sendEvent(key, data) {
4177
+ this.ldClient?.track(key, data);
4178
+ }
4176
4179
  }
4177
4180
  MonkeyEcxFeatureToggleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxFeatureToggleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
4178
4181
  MonkeyEcxFeatureToggleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.1.1", ngImport: i0, type: MonkeyEcxFeatureToggleService, providedIn: 'root' });