monkey-front-core 0.0.278 → 0.0.279

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.
@@ -3131,8 +3131,7 @@ class MonkeyEcxFeatureToggleService {
3131
3131
  this.ldClient = initialize(environment.launchDarklyClientSideID, user, {
3132
3132
  streaming: true,
3133
3133
  disableSyncEventPost: true,
3134
- sendEvents: false,
3135
- diagnosticOptOut: true
3134
+ sendEvents: false
3136
3135
  });
3137
3136
  this.ldClient.on('change', this.getAllFlags.bind(this));
3138
3137
  this.ldClient.on('ready', this.getAllFlags.bind(this));