Skip to content

Commit

Permalink
fix: fix the crash cased by invalid regular express (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao900914 authored Oct 8, 2024
1 parent f796d3a commit 00cd218
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 @@ -1316,7 +1316,7 @@ const makeTableMap = require('makeTableMap');
const JSON = require('JSON');

// Constants
const WRAPPER_VERSION = '3.11.0';
const WRAPPER_VERSION = '3.11.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';
Expand Down

0 comments on commit 00cd218

Please sign in to comment.