From 9fb71ae52e4e731aafbe95e3eb7d3c41a431289b Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 19 Jan 2023 16:25:33 +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 8b37d784c..6ad5850cc 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2725,7 +2725,8 @@ "icon": "Amplitude.svg", "js": { "AMPLITUDE_KEY": "", - "amplitudeClient": "" + "amplitudeClient": "", + "__AMPLITUDE__": "" }, "pricing": [ "freemium", @@ -4780,4 +4781,4 @@ "scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1", "website": "https://tarekraafat.github.io/autoComplete.js" } -} \ No newline at end of file +}