From 0e83df5bcc5a6172ad1828e3eca49f54cc95ff0c Mon Sep 17 00:00:00 2001 From: "Alyssa.Yu" Date: Thu, 25 Apr 2024 14:30:30 -0700 Subject: [PATCH 1/2] Fix failed to load Amplitude namespace issue --- template.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.tpl b/template.tpl index f9a40f7..5770799 100644 --- a/template.tpl +++ b/template.tpl @@ -1221,7 +1221,7 @@ const makeTableMap = require('makeTableMap'); const JSON = require('JSON'); // Constants -const WRAPPER_VERSION = '3.7.8'; +const WRAPPER_VERSION = '3.7.9'; const JS_URL = 'https://cdn.amplitude.com/libs/analytics-browser-gtm-wrapper-'+WRAPPER_VERSION+'.js.br'; const LOG_PREFIX = '[Amplitude / GTM] '; const WRAPPER_NAMESPACE = '_amplitude'; From 26e46b5bcd1efb0b1c63e917203ad37535c7d9e9 Mon Sep 17 00:00:00 2001 From: "Alyssa.Yu" Date: Thu, 25 Apr 2024 14:32:52 -0700 Subject: [PATCH 2/2] Update metadata --- metadata.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata.yaml b/metadata.yaml index 9e91a8a..014ef18 100644 --- a/metadata.yaml +++ b/metadata.yaml @@ -1,6 +1,8 @@ homepage: "https://www.amplitude.com/" documentation: "https://www.docs.developers.amplitude.com/data/sdks/marketing-analytics-browser/" versions: + - sha: 0e83df5bcc5a6172ad1828e3eca49f54cc95ff0c + changeNotes: Fix failed to load Amplitude namespace issue - sha: 0146f9e79ded2f1cfe8c01c0b991a4443dd9ea1e changeNotes: Bump up the SDK wrapper to fix issue of the missing events while closing the page - sha: 89382e7ca8ff517364a678e643c3894040d1f609