monkey-front-core 0.0.528 → 0.0.530

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.
@@ -4004,9 +4004,7 @@ class MonkeyEcxFeatureToggleService {
4004
4004
  if (!this.ldClient) {
4005
4005
  this.ldClient = initialize(environment.launchDarklyClientSideID, user, {
4006
4006
  streaming: true,
4007
- disableSyncEventPost: true,
4008
- sendEvents: false,
4009
- diagnosticOptOut: true,
4007
+ sendEvents: true,
4010
4008
  logger: {
4011
4009
  debug: () => { },
4012
4010
  warn: () => { },