From 5a5c109af925842de59a291173a5c34b46cd33af Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 22 Nov 2022 00:08:18 +0700 Subject: [PATCH] Update Segment Detection --- src/technologies/s.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index ad111370c..d167f0ca7 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -1289,7 +1289,8 @@ }, "icon": "Segment.svg", "js": { - "analytics.VERSION": "(.+)\\;version:\\1" + "analytics.VERSION": "(.+)\\;version:\\1", + "analytics.SNIPPET_VERSION": "(.+)\\;version:\\1" }, "pricing": [ "mid", @@ -6335,4 +6336,4 @@ }, "website": "https://styled-components.com" } -} \ No newline at end of file +}