Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Jan 29, 2024
1 parent 2565fd4 commit fc1ea6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/react/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit fc1ea6e

Please sign in to comment.