Skip to content

Commit

Permalink
fix: pump up to the SDK to fix cookie decoding issue and the security…
Browse files Browse the repository at this point in the history
… error while using localStorage/sessionStorage (#62)
  • Loading branch information
yuhao900914 authored Aug 2, 2024
1 parent 5cba4c9 commit 21ecc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 21ecc09

Please sign in to comment.