We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c157b3f commit 3fa3724Copy full SHA for 3fa3724
src/components/Analytics.tsx
@@ -8,6 +8,7 @@ export default function Analytics() {
8
useEffect(() => {
9
LogRocket.init('4sdo4i/replay-docs')
10
mixpanel.init('ffaeda9ef8fb976a520ca3a65bba5014', {
11
+ debug: true,
12
track_pageview: 'url-with-path',
13
})
14
@@ -21,10 +22,6 @@ export default function Analytics() {
21
22
src="/stats/script.js"
23
data-website-id="9dab9357-6fa2-48ab-966a-82c4e1bb67fe"
24
></script>
- <script
25
- async
26
- src="https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js"
27
- ></script>
28
</>
29
)
30
}
0 commit comments