From 21ecc094e760d476a49a57b842d471ebdb16381c Mon Sep 17 00:00:00 2001 From: Alyssa Yu Date: Fri, 2 Aug 2024 15:09:38 -0700 Subject: [PATCH] fix: pump up to the SDK to fix cookie decoding issue and the security error while using localStorage/sessionStorage (#62) --- template.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.tpl b/template.tpl index 688cd1c..4249836 100644 --- a/template.tpl +++ b/template.tpl @@ -1243,7 +1243,7 @@ const makeTableMap = require('makeTableMap'); const JSON = require('JSON'); // Constants -const WRAPPER_VERSION = '3.7.12'; +const WRAPPER_VERSION = '3.8.0'; 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';