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.
2 parents 16f01a1 + b412eba commit 97d2f8fCopy full SHA for 97d2f8f
index.d.ts
@@ -2,8 +2,8 @@ type MixpanelType = any;
2
type MixpanelProperties = { [key: string]: MixpanelType };
3
4
export class Mixpanel {
5
- static init(token: string, optInTracking?: boolean): Promise<Mixpanel>;
6
- init(optInTracking?: boolean): Promise<void>;
+ static init(token: string, optOutTrackingDefault?: boolean): Promise<Mixpanel>;
+ init(optOutTrackingDefault?: boolean): Promise<void>;
7
setServerURL(serverURL: string): void;
8
setLoggingEnabled(loggingEnabled: boolean): void;
9
setUseIpAddressForGeolocation(useIpAddressForGeolocation: boolean): void;
0 commit comments