Skip to content

update common fields page for IPv6 #7172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/connections/spec/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ Other libraries only collect `context.library`, any other context variables must
| timezone | ✅ | ✅ | ✅ |

- IP Address isn't collected by Segment's libraries, but is instead filled in by Segment's servers when it receives a message for **client side events only**.
> info "IPv6 Addresses are not Supported"
> Segment does not support collection of IP addresses that are in the IPv6 format.
> info "IPv6"
> Segment doesn't support automatically collecting IPv6 addresses.

- The Android library collects `screen.density` with [this method](/docs/connections/spec/common/#context-fields-automatically-collected).

Expand Down
Loading