Skip to content

Commit 355a05b

Browse files
authored
fix: Add missing setTransport API to snippet (#446)
1 parent 6d115b1 commit 355a05b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/amplitude-snippet.js

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
'setSessionId',
8181
'resetSessionId',
8282
'setLibrary',
83+
'setTransport',
8384
];
8485
function setUpProxy(instance) {
8586
function proxyMain(fn) {

0 commit comments

Comments
 (0)