Skip to content

Commit 4fb90c1

Browse files
author
Daniel Jih
committed
update snippets in test pages
1 parent b1a5c73 commit 4fb90c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/browser/amplitudejs.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
var funcs = ['init', 'logEvent', 'logRevenue', 'setUserId', 'setUserProperties',
2727
'setOptOut', 'setVersionName', 'setDomain', 'setDeviceId',
2828
'setGlobalUserProperties', 'identify', 'clearUserProperties',
29-
'setGroup', 'logRevenueV2', 'regenerateDeviceId'];
29+
'setGroup', 'logRevenueV2', 'regenerateDeviceId',
30+
'logEventWithTimestamp', 'logEventWithGroups'];
3031
function setUpProxy(instance) {
3132
function proxyMain(fn) {
3233
instance[fn] = function() {

test/browser/amplitudejs2.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
var funcs = ['init', 'logEvent', 'logRevenue', 'setUserId', 'setUserProperties',
2727
'setOptOut', 'setVersionName', 'setDomain', 'setDeviceId',
2828
'setGlobalUserProperties', 'identify', 'clearUserProperties',
29-
'setGroup', 'logRevenueV2', 'regenerateDeviceId'];
29+
'setGroup', 'logRevenueV2', 'regenerateDeviceId',
30+
'logEventWithTimestamp', 'logEventWithGroups'];
3031
function setUpProxy(instance) {
3132
function proxyMain(fn) {
3233
instance[fn] = function() {

0 commit comments

Comments
 (0)