From fc1ea6e433915612f003ba7cbe9ef46eff2fd36e Mon Sep 17 00:00:00 2001 From: Arif Burak Demiray <57103426+arifBurakDemiray@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:42:15 +0300 Subject: [PATCH] Update index.js --- examples/react/src/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/react/src/index.js b/examples/react/src/index.js index 389a4f6d..2cb43b98 100644 --- a/examples/react/src/index.js +++ b/examples/react/src/index.js @@ -17,9 +17,9 @@ if(COUNTLY_APP_KEY === "YOUR_APP_KEY" || COUNTLY_SERVER_KEY === "https://your.se } // initializing countly with params Countly.init({ - app_key: COUNTLY_APP_KEY, - url: COUNTLY_SERVER_KEY, //your server goes here - debug: true + app_key: COUNTLY_APP_KEY, + url: COUNTLY_SERVER_KEY, //your server goes here + debug: true }); Countly.q.push(['track_sessions']);