From 17c252da734bfeb8bfc2791a8e07382c86e358ee Mon Sep 17 00:00:00 2001 From: Berun Date: Wed, 9 Sep 2020 11:38:33 +0200 Subject: [PATCH] Update technologies.json Simplifing TextDetection and adding html script Detection --- src/technologies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 285907522..7827d6ea8 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10721,7 +10721,8 @@ 13 ], "html": [ - "]*>\\s*Raven\\.config\\('[^']*', \\{\\s+release: '([0-9\\.]+)'\\;version:\\1" + "]*>\\s*Raven\\.config\\('[^']*', \\{\\s+release: '([0-9\\.]+)'\\;version:\\1", + "]*src=\"[^\"]*browser\\.sentry\\-cdn\\.com/([0-9.]+)/bundle(?:\\.tracing)?(?:\\.min)?\\.js\\;version:\\1" ], "icon": "Sentry.svg", "js": { @@ -10732,8 +10733,7 @@ "ravenOptions.whitelistUrls": "" }, "scripts": [ - "browser\\.sentry\\-cdn\\.com/([0-9.]+)/bundle(?:\\.min)?\\.js\\;version:\\1", - "browser\\.sentry\\-cdn\\.com/([0-9.]+)/bundle\\.tracing(?:\\.min)?\\.js\\;version:\\1" + "browser\\.sentry\\-cdn\\.com/([0-9.]+)/bundle(?:\\.tracing)?(?:\\.min)?\\.js\\;version:\\1" ], "website": "https://sentry.io/" },