File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ import Mixpanel
73
73
func application (_ application : UIApplication,
74
74
didFinishLaunchingWithOptions launchOptions : [NSObject: AnyObject ]? ) -> Bool {
75
75
...
76
- Mixpanel.initialize (token : " MIXPANEL_TOKEN" , trackAutomaticEvents : true )
76
+ Mixpanel.initialize (token : " MIXPANEL_TOKEN" , trackAutomaticEvents : false )
77
77
...
78
78
}
79
79
```
@@ -104,7 +104,7 @@ import Mixpanel
104
104
func application (_ application : UIApplication,
105
105
didFinishLaunchingWithOptions launchOptions : [NSObject: AnyObject ]? ) -> Bool {
106
106
...
107
- Mixpanel.initialize (token : " MIXPANEL_TOKEN" , trackAutomaticEvents : true )
107
+ Mixpanel.initialize (token : " MIXPANEL_TOKEN" , trackAutomaticEvents : false )
108
108
Mixpanel.mainInstance ().track (event : " Sign Up" , properties : [
109
109
" source" : " Pat's affiliate site" ,
110
110
" Opted out of email" : true
You can’t perform that action at this time.
0 commit comments