From 5e4818abf983a329e637b67220405c2e83a9121b Mon Sep 17 00:00:00 2001 From: Xinyi Ye Date: Thu, 29 Aug 2024 14:03:25 -0700 Subject: [PATCH] fix defaultTracking is false --- template.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.tpl b/template.tpl index 836ef40..9020a64 100644 --- a/template.tpl +++ b/template.tpl @@ -1250,7 +1250,7 @@ const makeTableMap = require('makeTableMap'); const JSON = require('JSON'); // Constants -const WRAPPER_VERSION = '3.9.0'; +const WRAPPER_VERSION = '3.10.1'; 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';