Skip to content

Commit

Permalink
feat: add hotjar (jumperexchange#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
Addminus authored Aug 1, 2022
1 parent f1a3ebc commit e8d2560
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@
// End Rollbar Snippet
}
</script>

<!-- Hotjar Tracking Code for https://transferto.xyz -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3087389,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body style="background-color: transparent;">
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit e8d2560

Please sign in to comment.