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.
- package/README.md +3 -2
- package/esm2020/lib/core/services/config/monkeyecx-feature-toggle.service.mjs +3 -5
- package/fesm2015/monkey-front-core.mjs +1 -3
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +1 -3
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.530.tgz +0 -0
- package/package.json +2 -2
- package/monkey-front-core-0.0.528.tgz +0 -0
|
@@ -4004,9 +4004,7 @@ class MonkeyEcxFeatureToggleService {
|
|
|
4004
4004
|
if (!this.ldClient) {
|
|
4005
4005
|
this.ldClient = initialize(environment.launchDarklyClientSideID, user, {
|
|
4006
4006
|
streaming: true,
|
|
4007
|
-
|
|
4008
|
-
sendEvents: false,
|
|
4009
|
-
diagnosticOptOut: true,
|
|
4007
|
+
sendEvents: true,
|
|
4010
4008
|
logger: {
|
|
4011
4009
|
debug: () => { },
|
|
4012
4010
|
warn: () => { },
|