We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7772347 commit 0c47657Copy full SHA for 0c47657
index.js
@@ -59,6 +59,7 @@ export class Mixpanel {
59
*
60
* @param {boolean} optOutTrackingDefault Optional Whether or not Mixpanel can start tracking by default. See optOutTracking()
61
* @param {object} superProperties Optional A Map containing the key value pairs of the super properties to register
62
+ * @param {string} serverURL Optional Set the base URL used for Mixpanel API requests. See setServerURL()
63
64
*/
65
async init(optOutTrackingDefault = DEFAULT_OPT_OUT, superProperties = {}, serverURL = "https://api.mixpanel.com") {
0 commit comments