We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445347c commit a4c613cCopy full SHA for a4c613c
services/amp.js
@@ -1,7 +1,7 @@
1
import * as amp from "@amplitude/analytics-browser"
2
3
const init = (t) => {
4
- amp.init(t)
+ amp.init(t, { defaultTracking: true })
5
}
6
7
const log = (event) => {
0 commit comments