File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ import Mixpanel
7373func application (_ application : UIApplication,
7474 didFinishLaunchingWithOptions launchOptions : [NSObject: AnyObject ]? ) -> Bool {
7575 ...
76- Mixpanel.initialize (token : " MIXPANEL_TOKEN" , trackAutomaticEvents : true )
76+ Mixpanel.initialize (token : " MIXPANEL_TOKEN" , trackAutomaticEvents : false )
7777 ...
7878}
7979```
@@ -104,7 +104,7 @@ import Mixpanel
104104func application (_ application : UIApplication,
105105 didFinishLaunchingWithOptions launchOptions : [NSObject: AnyObject ]? ) -> Bool {
106106 ...
107- Mixpanel.initialize (token : " MIXPANEL_TOKEN" , trackAutomaticEvents : true )
107+ Mixpanel.initialize (token : " MIXPANEL_TOKEN" , trackAutomaticEvents : false )
108108 Mixpanel.mainInstance ().track (event : " Sign Up" , properties : [
109109 " source" : " Pat's affiliate site" ,
110110 " Opted out of email" : true
You can’t perform that action at this time.
0 commit comments