Skip to content

Commit a4c613c

Browse files
committed
fix amp: default tracking
1 parent 445347c commit a4c613c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/amp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as amp from "@amplitude/analytics-browser"
22

33
const init = (t) => {
4-
amp.init(t)
4+
amp.init(t, { defaultTracking: true })
55
}
66

77
const log = (event) => {

0 commit comments

Comments
 (0)