Skip to content

Commit

Permalink
Merge pull request #46 from amplitude/fixBumpupSDKIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 authored Apr 25, 2024
2 parents 7218f3c + 26e46b5 commit a58da3c
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: 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
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.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';
Expand Down

0 comments on commit a58da3c

Please sign in to comment.