Skip to content

Commit

Permalink
[UPM-880]/evgeniy/not able to connect to analytics (#14392)
Browse files Browse the repository at this point in the history
* fix: [UPM-880]/evgeniy/not able to connect to analytics

* chore: added default value for tracking_rudderstack
  • Loading branch information
yauheni-deriv authored Mar 29, 2024
1 parent a3cdbae commit dfe3893
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/api-v2/src/remote_config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"cs_chat_livechat":true,"cs_chat_whatsapp":true,"marketing_growthbook":true,"tracking_GTM":true,"tracking_datadog":true,"tracking_hotjar":true}
{"cs_chat_livechat":true,"cs_chat_whatsapp":true,"marketing_growthbook":true,"tracking_GTM":true,"tracking_datadog":true,"tracking_hotjar":true,"tracking_rudderstack": true}
2 changes: 1 addition & 1 deletion packages/api/src/remote_config.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"cs_chat_livechat":true,"cs_chat_whatsapp":true,"marketing_growthbook":true,"tracking_GTM":true,"tracking_datadog":true,"tracking_hotjar":true}
{"cs_chat_livechat":true,"cs_chat_whatsapp":true,"marketing_growthbook":true,"tracking_GTM":true,"tracking_datadog":true,"tracking_hotjar":true,"tracking_rudderstack": true}
2 changes: 1 addition & 1 deletion packages/core/src/App/AppContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const AppContent: React.FC<{ passthrough: unknown }> = observer(({ passthrough }
}

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

React.useEffect(() => {
initDatadog(tracking_datadog);
Expand Down

0 comments on commit dfe3893

Please sign in to comment.