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
Segment automatically collects the user's IP address for device-based (iOS, Android, Analytics.js and Xamarin) events.
220
220
221
-
You can pass a value for `options.context.ip` to prevent the Segment systems from recording the IP address for the request, as in the example below.
221
+
> info "IPv6"
222
+
> At the moment, Segment doesn't support automatically collecting IPv6 addresses.
223
+
224
+
You can manually set the IP by passing a value for `options.context.ip` to prevent the Segment systems from recording the IP address for the request, as in the example below.
You must add this override to _every_ Track call to explicitly override IP collection. If you reset this trait in the context object, Segment defaults to the normal IP collection behavior.
228
231
229
-
> info "IPv6"
230
-
> Segment doesn't support collecting IPv6 addresses.
0 commit comments