From e5fcccae0b8d8b349a0d9f8022a39c319813fc67 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 3 Jan 2023 01:04:22 +0900 Subject: [PATCH] Add amplitude js detection --- src/technologies/a.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index dc787a1ee..23ee5b2b6 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2709,7 +2709,8 @@ "description": "Amplitude is a web and mobile analytics solution with cross-platform user journey tracking, user behavior analysis and segmentation capabilities.", "icon": "Amplitude.svg", "js": { - "AMPLITUDE_KEY": "" + "AMPLITUDE_KEY": "", + "amplitudeClient": "" }, "pricing": [ "freemium", @@ -4716,4 +4717,4 @@ "scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1", "website": "https://tarekraafat.github.io/autoComplete.js" } -} \ No newline at end of file +}