Skip to content

Commit

Permalink
Added LogRocket script (#193)
Browse files Browse the repository at this point in the history
* Added LogRocket script

* break long line

* simplify null check
  • Loading branch information
mXaln authored Oct 30, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent 4bed8ae commit 9ae384a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions fetcher-web/src/main/resources/templates/fragments/header.html
Original file line number Diff line number Diff line change
@@ -9,7 +9,17 @@
<img alt="app_logo" class="header__logo" src="/static/img/fetcher_logo.png">
<span class="header__text">Audio</span>
</a>
<!-- LogRocket initialization -->
<script src="https://cdn.lr-ingest.com/LogRocket.min.js" crossorigin="anonymous"></script>
<script>
window.LogRocket?.init(
'ct7zyg/bible-in-every-language',
{ rootHostname: 'bibleineverylanguage.org' }
);
</script>
<!-- End LogRocket initialization -->
</header>

</body>

</html>

0 comments on commit 9ae384a

Please sign in to comment.