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
[Tooltip("If true will print helpful debugging messages")]
@@ -26,6 +26,8 @@ public class MixpanelSettings : ScriptableObject
26
26
publicstringDebugToken="";
27
27
[Tooltip("Seconds (in realtime) between sending data to the API Host.")]
28
28
publicfloatFlushInterval=60f;
29
+
[Tooltip("If true, the library will use the IP address of the client for geolocation. If false, the library will use the IP address of the Mixpanel server for geolocation.")]
0 commit comments