Skip to content

Commit dfe3893

Browse files
[UPM-880]/evgeniy/not able to connect to analytics (deriv-com#14392)
* fix: [UPM-880]/evgeniy/not able to connect to analytics * chore: added default value for tracking_rudderstack
1 parent a3cdbae commit dfe3893

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"cs_chat_livechat":true,"cs_chat_whatsapp":true,"marketing_growthbook":true,"tracking_GTM":true,"tracking_datadog":true,"tracking_hotjar":true}
1+
{"cs_chat_livechat":true,"cs_chat_whatsapp":true,"marketing_growthbook":true,"tracking_GTM":true,"tracking_datadog":true,"tracking_hotjar":true,"tracking_rudderstack": true}

packages/api/src/remote_config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"cs_chat_livechat":true,"cs_chat_whatsapp":true,"marketing_growthbook":true,"tracking_GTM":true,"tracking_datadog":true,"tracking_hotjar":true}
1+
{"cs_chat_livechat":true,"cs_chat_whatsapp":true,"marketing_growthbook":true,"tracking_GTM":true,"tracking_datadog":true,"tracking_hotjar":true,"tracking_rudderstack": true}

packages/core/src/App/AppContent.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const AppContent: React.FC<{ passthrough: unknown }> = observer(({ passthrough }
4848
}
4949

5050
// eslint-disable-next-line react-hooks/exhaustive-deps
51-
}, [data.marketing_growthbook]);
51+
}, [data.marketing_growthbook, tracking_rudderstack]);
5252

5353
React.useEffect(() => {
5454
initDatadog(tracking_datadog);

0 commit comments

Comments
 (0)