Skip to content

Commit

Permalink
Merge pull request #47 from amplitude/v3.7.10-release
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 authored Apr 29, 2024
2 parents a58da3c + 71d56e2 commit de9600b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
homepage: "https://www.amplitude.com/"
documentation: "https://www.docs.developers.amplitude.com/data/sdks/marketing-analytics-browser/"
versions:
- sha: 2c4d5030193d608c14759343736eaf6a51c6d074
changeNotes: Bump up the SDK wrapper to fix issue of session start sending wrong utm values and page counter bug
- sha: 0e83df5bcc5a6172ad1828e3eca49f54cc95ff0c
changeNotes: Fix failed to load Amplitude namespace issue
- sha: 0146f9e79ded2f1cfe8c01c0b991a4443dd9ea1e
Expand Down
2 changes: 1 addition & 1 deletion template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ const makeTableMap = require('makeTableMap');
const JSON = require('JSON');

// Constants
const WRAPPER_VERSION = '3.7.9';
const WRAPPER_VERSION = '3.7.10';
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 de9600b

Please sign in to comment.