Skip to content

Commit

Permalink
add amplitude script
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmost committed Sep 25, 2024
1 parent 2b22a31 commit 1568e57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@
content="/assets/icon/ms-icon-144x144.png"
/>
<meta name="theme-color" content="#ffffff" />
<script src="https://cdn.amplitude.com/libs/analytics-browser-2.11.1-min.js.gz"></script>
<script src="https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.6.22-min.js.gz"></script>
<script>
window.amplitude.add(window.sessionReplay.plugin({ sampleRate: 1 }));
window.amplitude.init("32092d91dcb2937502d5e03fb944bd1a", {
autocapture: { elementInteractions: true },
});
</script>
</head>
<body>
<div>
Expand Down

0 comments on commit 1568e57

Please sign in to comment.