Skip to content

Commit

Permalink
Setup head scripts of Amplitude (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 authored Sep 9, 2024
1 parent fb017d5 commit b7ce4d9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@
gtag('config', 'G-04HN5C65JE');
</script>

<!-- Amplitude -->
<script src="https://cdn.amplitude.com/script/52134993095870a48f834c2cea861e4f.js"></script>
<script>
window.amplitude.add(window.sessionReplay.plugin({ sampleRate: 1 }));
window.amplitude.init('52134993095870a48f834c2cea861e4f', {
fetchRemoteConfig: true,
autocapture: true
});
</script>

<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bridge Stablecoins and Native Tokens on HelixBridge</title>
Expand Down

0 comments on commit b7ce4d9

Please sign in to comment.