From 529385cfe65d2dda8094bd7e79e91251561400a5 Mon Sep 17 00:00:00 2001 From: terence1988 Date: Mon, 28 Oct 2024 18:06:27 +1100 Subject: [PATCH 1/2] update common fields for IPv6 --- src/connections/spec/common.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connections/spec/common.md b/src/connections/spec/common.md index d957ee49c5..f4f17d6a49 100644 --- a/src/connections/spec/common.md +++ b/src/connections/spec/common.md @@ -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" +> At the moment, 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). From 3a6479b364bc7edcd5dbdd843bfdc206bd0441f6 Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:50:44 -0700 Subject: [PATCH 2/2] Update src/connections/spec/common.md --- src/connections/spec/common.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/spec/common.md b/src/connections/spec/common.md index f4f17d6a49..5075b5a86e 100644 --- a/src/connections/spec/common.md +++ b/src/connections/spec/common.md @@ -204,7 +204,7 @@ Other libraries only collect `context.library`, any other context variables must - 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" -> At the moment, Segment doesn't support automatically collecting IPv6 addresses. +> 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).