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
We have implemented Mixpanel in Flutter with this package. And for privacy reasons we have disabled the tracking of locations.
But we can still see that some events still contains the location of the user. Even though it is probably only <5% of the events, 1 is too many for us.
Our event contains the country, region and city property. We do not know if this is a Flutter package or the Mixpanel servers doing something funky.
The text was updated successfully, but these errors were encountered:
hi @AFASbart , would you mind sharing how you disable the tracking of locations? As a best practice, you should call setUseIpAddressForGeolocation immediately after initializing the Mixpanel instance. This will minimize the chance of events containing the user's location.
Hello everyone!
We have implemented Mixpanel in Flutter with this package. And for privacy reasons we have disabled the tracking of locations.
But we can still see that some events still contains the location of the user. Even though it is probably only <5% of the events, 1 is too many for us.
Our event contains the country, region and city property. We do not know if this is a Flutter package or the Mixpanel servers doing something funky.
The text was updated successfully, but these errors were encountered: