You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* It initializes the SDK and exposes it to the window object. It should be called before any other SDK methods in sync implementations.
6
+
*
7
+
* @param {object} config - Configuration object. Determines the SDK behavior. Some essential keys are:
8
+
*
9
+
* app_key : "app key" from your Countly server application. (MANDATORY!)
10
+
*
11
+
* url : Your Countly server URL. You may also use your own server URL or IP here. (MANDATORY!)
12
+
*
13
+
* debug : Enables SDK logs to be printed into the browser console. (default: false)
14
+
*
15
+
* For the full list of configuration options, see https://support.count.ly/hc/en-us/articles/360037441932-Web-analytics-JavaScript#h_01HABTQ439HZN7Y6A6F07Y6G0K
0 commit comments